TdxPDFPagePoint Members
Defines a point in a PDF document.Properties
| Name | Description |
|---|---|
| PageIndex | Specifies the PDF document page where the point is located. |
| Point | Specifies the point’s position on a PDF document page. |
Methods
| Name | Description |
|---|---|
| Create static | Creates an invalid PDF page point. |
| Create(Integer,TdxPointF) static | Creates a point on a specified PDF document page. |
| Create(Integer,TPoint) static | Creates a point on a specified PDF document page. |
| Invalid | Resets the PDF page point. |
| IsValid | Identifies if the PDF page point is invalid. |
See Also