A3DPDFRectData

Fields

A3DInt32

m_iLeft

A3DInt32

m_iBottom

A3DInt32

m_iRight

A3DInt32

m_iTop

Detailed Description

struct A3DPDFRectData

A3DPDFRectData structure: structure to define a rectangle placement in the PDF page.

Version

4.1

Public Members

A3DInt32 m_iLeft

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.

A3DInt32 m_iBottom

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.

A3DInt32 m_iRight

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.

A3DInt32 m_iTop

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.