IDocument.Pages Property
In This Article
Provides access to the collection of document pages.
Namespace: DevExpress.Xpf.DocumentViewer
Assembly: DevExpress.Xpf.DocumentViewer.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.DocumentViewer.Core
#Declaration
IEnumerable<IPage> Pages { get; }
#Property Value
Type | Description |
---|---|
IEnumerable<IPage> | A collection of objects implementing the IPage interface. |
See Also