Skip to main content

PrintProgressEventArgs.PageIndex Property

Gets the index of the current page that should be sent to a printer, next.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public int PageIndex { get; }

Property Value

Type Description
Int32

An integer value representing the zero-based page index.

Remarks

Use the PageIndex property to perform any specific actions before every page is sent to a printer. For example, if you want to manually reflect the current printing progress, you may bind the ProgressBarControl.Position property of a progress bar to the PageIndex property value.

See Also