Skip to main content

PrintProgressEventArgs Class

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public class PrintProgressEventArgs :
    EventArgs

Remarks

The PrintingSystemBase.PrintProgress event occurs before sending every document page to a printer to indicate the current printing progress. A PrintProgressEventArgs introduces the PrintProgressEventArgs.PageIndex property, which contains the index of the current page; the PrintProgressEventArgs.PageSettings property, which provides access to the page settings of the current page; and the PrintProgressEventArgs.PrintAction property, which indicates what type of print operation is occurring.

Inheritance

Object
EventArgs
PrintProgressEventArgs
See Also