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

IDocumentViewModel.PrintDirect(String) Method

Sends the document to the specified printer.

Namespace: DevExpress.Xpf.Printing.PreviewControl

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

Declaration

void PrintDirect(
    string printerName = null
)

Optional Parameters

Name Type Default Description
printerName String *null*

A String value, specifying the printer name.

See Also