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

IDocumentViewModel.Print(PrintOptionsViewModel) Method

Prints the document with the specified print settings.

Namespace: DevExpress.Xpf.Printing.PreviewControl

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

Declaration

void Print(
    PrintOptionsViewModel model
)

Parameters

Name Type Description
model PrintOptionsViewModel

A PrintOptionsViewModel object.

See Also