TdxPDFPageRect.TopLeft Property
In This Article
Returns the upper-left point of the rectangle on a PDF document page.
#Declaration
Delphi
property TopLeft: TdxPDFPagePoint read;
#Property Value
Type | Description |
---|---|
Tdx |
Defines a point in a PDF document. |
#Remarks
The origin is located in the upper-left corner of a PDF document page. Use the TopLeft and BottomRight properties to obtain the rectangle’s upper-left and bottom-right corner positions.
See Also