TdxPDFPageInfo Record
Stores information about a PDF document page and its content.
Declaration
TdxPDFPageInfo = record
Remarks
This record has members that allow you to do the following:
Obtain the page’s dimensions, in user units (Size).
Identify the user unit size (UserUnit).
Access images and hyperlinks on the page (Images and Hyperlinks).
Obtain all text on the page as a delimited string (Text).
Identify the page’s rotation angle (RotationAngle).
Remove temporary objects associated with the page (Pack).
Rotate the page by a predefined angle (Rotate).
A PDF document container’s PageInfo and Pages.Items properties reference a TdxPDFPageInfo
record.
Note
A page rotate operation raises the PDF document container’s OnChanged event.
See Also