FoxitPDFSDKforWeb v11.0.1
Foxit PDF SDK for Web
|
Extended type information for PDF form fields, with specific properties for different field types. More...
Public Attributes | |
boolean | isDateOrTime |
Indicates whether the field is a date or time field. More... | |
boolean | isImage |
Indicates whether the field is an image field. More... | |
FieldType | type |
The type of the form field. | |
Extended type information for PDF form fields, with specific properties for different field types.
This type extends the basic field information by differentiating between various types of form fields:
isImage
property to indicate whether the button displays an image.isDateOrTime
property to indicate whether the field is intended for date or time input. Other field types may not have these properties. boolean ExtFieldType::isDateOrTime |
Indicates whether the field is a date or time field.
This property is only relevant for Text fields. If the field is a text input field, this property can specify whether the input is specifically for a date or time.
boolean ExtFieldType::isImage |
Indicates whether the field is an image field.
This property is only relevant for PushButton fields. If the field is a push button, this property can specify whether the button displays an image instead of text.