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

PrintOptions.CurrentPageNumber Property

Specifies the current page number.

Namespace: DevExpress.Xpf.Printing

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

Declaration

public virtual int CurrentPageNumber { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the current page number.

Property Paths

You can access this nested property as listed below:

Object Type Path to CurrentPageNumber
BackstagePrintPreview
.PrintOptions.CurrentPageNumber
See Also