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.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.