Skip to main content

IDocument.Pages Property

Provides access to the collection of document pages.

Namespace: DevExpress.Xpf.DocumentViewer

Assembly: DevExpress.Xpf.DocumentViewer.v23.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