TdxPDFPageInfo.Size Property
Stores the dimensions of the PDF Document page, in user units.
Declaration
property Size: TdxPointF read;
Property Value
| Type | Description |
|---|---|
| TdxPointF | The dimensions of the PDF document page. |
Remarks
Use the Size.X and Size.Y fields to identify the page’s absolute width and height, respectively.
See Also