A3DPDFRectDData structure: structure to define a rectangle placement in the PDF page, in double precision. More...
Data Fields | |
| A3DDouble | m_dBottom |
| A3DDouble | m_dLeft |
| A3DDouble | m_dRight |
| A3DDouble | m_dTop |
| A3DUns16 | m_usStructSize |
Detailed Description
A3DPDFRectDData structure: structure to define a rectangle placement in the PDF page, in double precision.
- Version
- 9.1
Field Documentation
| A3DDouble A3DPDFRectDData::m_dBottom |
The y coordinate of the bottom left corner of the rectangle. The coordinate origin (0, 0) is the bottom left of the page. The unit is point.
| A3DDouble A3DPDFRectDData::m_dLeft |
The x coordinate of the bottom left corner of the rectangle. The coordinate origin (0, 0) is the bottom left of the page. The unit is point.
| A3DDouble A3DPDFRectDData::m_dRight |
The x coordinate of the top right corner of the rectangle. The coordinate origin (0, 0) is the bottom left of the page. The unit is point.
| A3DDouble A3DPDFRectDData::m_dTop |
The y coordinate of the top right corner of the rectangle. The coordinate origin (0, 0) is the bottom left of the page. The unit is point.
| A3DUns16 A3DPDFRectDData::m_usStructSize |
Reserved; must be initialized with A3D_INITIALIZE_DATA.
