Skip to main content

IDocumentViewModel.PrintDirect(String) Method

Sends the document to the specified printer.

Namespace: DevExpress.Xpf.Printing.PreviewControl

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

void PrintDirect(
    string printerName = null
)

Optional Parameters

Name Type Default Description
printerName String null

A String value, specifying the printer name.

See Also