ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF.Forms Namespace / Form Class / Fields Property




In This Topic
    Fields Property
    In This Topic
    Gets the array containing all the fields in this form.
    Syntax
    'Declaration
     
    Public ReadOnly Property Fields As FieldArray
    'Usage
     
    Dim instance As Form
    Dim value As FieldArray
     
    value = instance.Fields
    public FieldArray Fields {get;}
    public: __property FieldArray* get_Fields();
    public:
    property FieldArray^ Fields {
       FieldArray^ get();
    }

    Property Value

    The array containing all the fields in this form.
    See Also