Skip to main content

IDocumentPreviewModel.CurrentPageIndex Property

Specifies the zero-based current page index.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

int CurrentPageIndex { get; set; }

Property Value

Type Description
Int32

A zero-based integer value specifying the current page index.

See Also