Gets the type.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public FieldType GetType()
Public Function GetType As FieldType
public:
virtual FieldType GetType() sealed
Return Value
Type:
FieldTypea
Field object equals to given object
Return Value
Type:
FieldType The field's value, whose type/format varies depending on the field type.
See the descriptions of individual field types for further information.
See Also