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

TdxPDFPages Class

A PDF document page manager.

#Declaration

Delphi
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).

  • Append, insert, and delete pages (Add, Insert, and Delete).

  • 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