TdxPDFPageRect Members
Defines a rectangle in a PDF document.Properties
| Name | Description |
|---|---|
| BottomRight | Returns the bottom-right point of the rectangle on a PDF document page. |
| PageIndex | Specifies the PDF document page where the rectangle is located. |
| Rect | Specifies a rectangle on a PDF document page. |
| TopLeft | Returns the upper-left point of the rectangle on a PDF document page. |
Methods
| 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