A3DPDFPageData2 Struct Reference
A3DPDFPageData2 structure. More...
Data Fields | |
| A3DPDFEPageOrientation | m_ePageOrientation |
| A3DPDFEPageSize | m_ePageSize |
| int | m_iPageHeigth |
| int | m_iPageWidth |
| A3DUns16 | m_usStructSize |
Detailed Description
A3DPDFPageData2 structure.
- Version
- 7.2
Field Documentation
| A3DPDFEPageOrientation A3DPDFPageData2::m_ePageOrientation |
Orientation of the page (landscape/portrait).
| A3DPDFEPageSize A3DPDFPageData2::m_ePageSize |
Size of the page.
| int A3DPDFPageData2::m_iPageHeigth |
Defines the page Height when Size m_ePageOrientation == kA3DPDFPageCustom
| int A3DPDFPageData2::m_iPageWidth |
Defines the page Width when the page m_ePageOrientation == kA3DPDFPageCustom
| A3DUns16 A3DPDFPageData2::m_usStructSize |
Reserved; must be initialized with A3D_INITIALIZE_DATA.
