ImageGear .NET v25.0 - Updated
Type Property (Field)




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms Namespace > Field Class : Type Property
Gets the type of the field.
Syntax
'Declaration
 
Public ReadOnly Property Type As FieldType
'Usage
 
Dim instance As Field
Dim value As FieldType
 
value = instance.Type
public FieldType Type {get;}
public: __property FieldType get_Type();
public:
property FieldType Type {
   FieldType get();
}

Property Value

The type of the field.
See Also

Reference

Field Class
Field Members