TdxPDFDocument.PageInfo Property
Provides indexed access to document pages.
Declaration
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