TdxPDFPagePoint.Create Method
In This Article
Creates an invalid PDF page point.
#Declaration
Delphi
class function Create: TdxPDFPagePoint; overload; static;
#Returns
Type | Description |
---|---|
Tdx |
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