TdxPDFPages Class
A PDF document page manager.
Declaration
TdxPDFPages = class(
TObject
)
Remarks
This class has members that allow you to do the following:
Obtain the number of pages in a document (Count).
Access individual pages (Items).
Rearrange pages (Move).
A PDF document container’s Pages property references a TdxPDFPages object.
Note
Every document change raises the PDF document container’s OnChanged event. Enclose multiple structure changes between BeginUpdate and EndUpdate calls to avoid redundant change notifications.
Inheritance
TObject
TdxPDFPages
See Also