PrintProgressEventArgs.PageIndex Property
Gets the index of the current page that should be sent to a printer, next.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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