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

TdxPDFDocument.PageInfo Property

Provides indexed access to document pages.

#Declaration

Delphi
property PageInfo[Index: Integer]: TdxPDFPageInfo read;

#Property Value

Type Description
TdxPDFPageInfo

Stores information on a PDF document page and its content.

#Remarks

Use the PageInfo property to access the loaded document’s content, such as text, hyperlinks, and images. To access a particular page, pass its index as the Index parameter. Use the PageCount property to obtain the total number of pages.

For additional information on page content, refer to the TdxPDFPageInfo type description and the following topic: How to Extract Content from PDF Documents.

Note

If the content extraction operations are forbidden for the loaded PDF document, you can use the PageInfo property to only identify page dimensions.

See Also