TdxPDFPageInfo Members
Stores information about a PDF document page and its content.Properties
Name | Description |
---|---|
Hyperlinks | Provides access to the collection of hyperlinks on the PDF document page. |
Images | Provides access to the collection of images on the PDF document page. |
RotationAngle | Returns the page’s rotation angle. |
Size | Stores the dimensions of the PDF Document page, in user units. |
Text | Stores all text on the PDF document page. |
UserUnit | Specifies the size of user units used to define dimensions on the PDF document page. |
Methods
Name | Description |
---|---|
Pack | Removes temporary objects associated with the page. |
Rotate(TcxRotationAngle) | Rotates the page by a predefined angle. |
See Also