Skip to main content

PrintingSystemPreviewModel.PrintDirect(String) Method

Prints the document on the specified printer.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public void PrintDirect(
    string printerName
)

Parameters

Name Type Description
printerName String

A String value, specifying the printer name.

See Also