TdxPDFPages.Items Property
Provides indexed access to pages in a PDF document.
Declaration
property Items[Index: Integer]: TdxPDFPageInfo read; default;
Property Value
Type | Description |
---|---|
TdxPDFPageInfo | Stores information on a PDF document page and its content. |
Remarks
Refer to the TdxPDFPageInfo record description for information on all available options.
See Also