Skip to main content

TdxPDFDocument.Pages Property

Provides access to the document structure.

Declaration

property Pages: TdxPDFPages read;

Property Value

Type Description
TdxPDFPages

A PDF document page manager.

Remarks

Use this property to insert, delete, and rearrange individual document pages. Refer to the TdxPDFPages class description for information on available options.

Note

Every document structure change raises the OnChanged event. Enclose multiple structure changes between BeginUpdate and EndUpdate calls to avoid redundant change notifications.

See Also