PDFReaderControls.NET Professional Type Reference

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.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 : object

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.ReaderControls (in TallComponents.PDF.ReaderControls.dll)

See Also

Field Members | TallComponents.PDF.Forms.Fields Namespace