TdxPDFPageInfo.Size Property
In This Article
Stores the dimensions of the PDF Document page, in user units.
#Declaration
Delphi
property Size: TdxPointF read;
#Property Value
Type | Description |
---|---|
Tdx |
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