Back to Devexpress

DefaultPrintDialogRunner Class

windowsforms-devexpress-dot-xtraprinting-dot-preview-6c75d761.md

latest2.0 KB
Original Source

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

NuGet Package : DevExpress.Win.Printing

Declaration

csharp
public class DefaultPrintDialogRunner :
    PrintDialogRunner
vb
Public Class DefaultPrintDialogRunner
    Inherits 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.

Inheritance

Object PrintDialogRunner DefaultPrintDialogRunner

See Also

DefaultPrintDialogRunner Members

SystemPrintDialogRunner

PrintDialog

DevExpress.XtraPrinting.Preview Namespace