TdxPDFPagePoint.Create(Integer,TPoint) Method
In This Article
Creates a point on a specified PDF document page.
#Declaration
Delphi
class function Create(APageIndex: Integer; const APoint: TPoint): TdxPDFPagePoint; overload; static;
#Parameters
Name | Type | Description |
---|---|---|
APage |
Integer | A page index. |
APoint | TPoint | A point position. |
#Returns
Type | Description |
---|---|
Tdx |
Defines a point on a PDF document page. |
See Also