Skip to main content

IDocumentViewModel.Export(ExportOptionsViewModel) Method

Exports the document using the specified export settings.

Namespace: DevExpress.Xpf.Printing.PreviewControl

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

Declaration

void Export(
    ExportOptionsViewModel options
)

Parameters

Name Type Description
options ExportOptionsViewModel

An ExportOptionsViewModel object.

See Also