TdxPDFPages.Items Property
In This Article
Provides indexed access to pages in a PDF document.
#Declaration
Delphi
property Items[Index: Integer]: TdxPDFPageInfo read; default;
#Property Value
Type | Description |
---|---|
Tdx |
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