A3DPDFFieldData Struct Reference
A3DPDF3DFieldData structure. More...
Data Fields | |
| A3DUTF8Char | m_acName [MAX_FIELD_NAME] |
| A3DPDFEFieldType | m_eType |
| A3DPDFRectData | m_sRect |
| A3DUns16 | m_usStructSize |
Detailed Description
A3DPDF3DFieldData structure.
- Version
- 6.0
Field Documentation
| A3DUTF8Char A3DPDFFieldData::m_acName[MAX_FIELD_NAME] |
Name of the field. This name can be used in Field functions (prefixed with 'A3DPDFPageField').
| A3DPDFEFieldType A3DPDFFieldData::m_eType |
Type of the field.
| A3DPDFRectData A3DPDFFieldData::m_sRect |
The rectangle that specifies the position on the page.
| A3DUns16 A3DPDFFieldData::m_usStructSize |
Reserved; must be initialized with A3D_INITIALIZE_DATA.
