The base class for any PDF form field.

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

Syntax

C#
public abstract class Field : Object
Visual Basic
Public MustInherit Class Field _
	Inherits Object

Remarks

You retrieve an existing field from the Fields property of the Document class.

Inheritance Hierarchy

See Also