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.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing
Declaration
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.
Inheritance
Object
PrintDialogRunner
DefaultPrintDialogRunner
See Also