DocumentPreviewModelBase.CurrentPageNumber Property
In This Article
Specifies the current page number.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v14.2.dll
#Declaration
#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