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

PrintProgressEventArgs Class

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v18.1.Core.dll

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the PrintProgressEventArgs class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
EventArgs
PrintProgressEventArgs
See Also