Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, 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