ImageGear .NET - Updated October 26, 2017
Fields Property




ImageGear23.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

Property Value

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

Reference

Form Class
Form Members