A3DPDFFieldData
-
struct
A3DPDFFieldData A3DPDFFieldDatastructure.6.0
Variables
-
A3DUTF8Char
A3DPDFFieldData.m_acName[MAX_FIELD_NAME] -
Name of the field.
This name can be used in Field functions (prefixed with ‘A3DPDFPageField’).
Note that a field can be in a tree of fields. This is the case, for example, if the field has been copied/pasted in Acrobat. In this case, the field has a name such as ‘fieldname#index’ in the Acrobat forms tool, and a name ‘fieldname.index’ accessible by javascript.
-
A3DPDFRectData
A3DPDFFieldData.m_sRect -
The rectangle that specifies the position on the page.
-
A3DPDFEFieldType
A3DPDFFieldData.m_eType -
Type of the field.