FormData is a abstract base class. FormData exposes the [submitted] form data polymorphically as a name/value pair collection. The 6 supported data formats (FDF, XFDF, XDP, XML, HTTP and PDF) are implemented as derived classes.

Namespace: TallComponents.PDF.Forms.Data
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
[SerializableAttribute]
public abstract class FormData : ISerializable
Visual Basic
<SerializableAttribute> _
Public MustInherit Class FormData _
	Implements ISerializable

Inheritance Hierarchy

See Also