TdxPDFPageRect Methods
Defines a rectangle in a PDF document.| Name | Description |
|---|---|
| Create static | Creates an invalid PDF page rectangle. |
| Create(TdxPDFPagePoint,TdxPDFPagePoint) static | Creates a rectangle based on two points in a PDF document. |
| Create(Integer,TdxRectF) static | Creates a rectangle on a specified PDF document page. |
| Create(Integer,TRect) static | Creates a rectangle on a specified PDF document page. |
| Invalid | Resets the PDF page rectangle. |
| IsValid | Identifies if the PDF page rectangle is invalid. |
See Also