Skip to main content
A newer version of this page is available. .

DocumentPreviewModelBase.CurrentPageNumber Property

Specifies the current page number.

Namespace: DevExpress.Xpf.Printing

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Printing, DevExpress.Wpf.Printing

Declaration

public 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 DocumentPreviewModelBase.CurrentPageIndex property.

Implements

See Also