TdxPDFPagePoint.Point Property
Specifies the point’s position on a PDF document page.
Declaration
property Point: TdxPointF read; write;
Property Value
Type | Description |
---|---|
TdxPointF | A TPoint type equivalent with single-precision floating-point coordinates. |
Remarks
The origin is located in the upper-left corner of a PDF document page.
The Point property’s default value is dxNullPointF.
See Also