Skip to main content

PrintHelper.PrintDirect(IPrintableControl, String) Method

Prints the specified control to the specified printer.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v23.2.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

public static void PrintDirect(
    IPrintableControl source,
    string printerName
)

Parameters

Name Type Description
source IPrintableControl

An object implementing the IPrintableControl interface.

printerName String

A String that specifies the target printer name.

Remarks

You can also use the PrintHelper.Print method to invoke the Print dialog that allows printing documents with custom settings.

See Also