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

IDocumentViewModel.Export(ExportOptionsViewModel) Method

Exports the document using the specified export settings.

Namespace: DevExpress.Xpf.Printing.PreviewControl

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

Declaration

void Export(
    ExportOptionsViewModel options
)

Parameters

Name Type Description
options ExportOptionsViewModel

An ExportOptionsViewModel object.

See Also