Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxPDFPageInfo Members

In This Article
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