A3DPDFRectDData

Fields

A3DDouble

m_dLeft

A3DDouble

m_dBottom

A3DDouble

m_dRight

A3DDouble

m_dTop

Detailed Description

struct A3DPDFRectDData

A3DPDFRectDData structure: structure to define a rectangle placement in the PDF page, in double precision.

Version

9.1

Public Members

A3DDouble 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 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 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 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.