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

DefaultPrintDialogRunner Class

Specifies a Print dialog to select a printer, specify the print options (number of copies, page range, and paper source) and print the document.

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v20.2.dll

NuGet Package: DevExpress.Win.Printing

Declaration

public class DefaultPrintDialogRunner :
    PrintDialogRunner

Remarks

The following image illustrates the Print dialog that is invoked by the DefaultPrintDialogRunner.Run method, as an alternative to the standard PrintDialog returned by the SystemPrintDialogRunner.Run.

custom-print-dialog

Inheritance

Object
PrintDialogRunner
DefaultPrintDialogRunner
See Also