Skip to main content

IDocumentPreviewModel.CurrentPageNumber Property

Specifies the current page number.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v23.2.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

int CurrentPageNumber { get; set; }

Property Value

Type Description
Int32

An integer value specifying the current page number.

Remarks

The zero-based page index is specified via the IDocumentPreviewModel.CurrentPageIndex property.

See Also