ImageGear .NET - Updated
Fields Property




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms Namespace > Form Class : Fields Property
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

Reference

Form Class
Form Members