Skip to main content
A newer version of this page is available.
All docs
V19.1

PrintHelper.PrintDirect(IPrintable, String) Method

Prints the specified control to the specified printer.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v19.1.dll

Declaration

public static void PrintDirect(
    IPrintable source,
    string printerName
)

Parameters

Name Type Description
source IPrintable

An object implementing the IPrintable 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