Skip to main content
A newer version of this page is available. .

PrintingSystemPreviewModel.PrintDirect(String) Method

Prints the document on the specified printer.

Namespace: DevExpress.Xpf.Printing

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

Declaration

public void PrintDirect(
    string printerName
)

Parameters

Name Type Description
printerName String

A String value, specifying the printer name.

See Also