TdxPDFPagePoint.Create Method
Creates an invalid PDF page point.
Declaration
class function Create: TdxPDFPagePoint; overload; static;
Returns
| Type | Description |
|---|---|
| TdxPDFPagePoint | Defines a point on a PDF document page. |
Remarks
This function initializes the PageIndex and Point properties of a newly created point to the default values.
See Also