PDFKit.NET 2.0 Class Library (.NET 2.0)

Field Class

The base class for any PDF form field.

For a list of all members of this type, see Field Members.

System.Object
   TallComponents.PDF.Forms.Fields.Field
      TallComponents.PDF.Forms.Fields.PushButtonField
      TallComponents.PDF.Forms.Fields.SignatureField
      TallComponents.PDF.Forms.Fields.UnknownField
      TallComponents.PDF.Forms.Fields.ValueField

public abstract class Field

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

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

Requirements

Namespace: TallComponents.PDF.Forms.Fields

Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll)

See Also

Field Members | TallComponents.PDF.Forms.Fields Namespace