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