ExportOptionsViewModelBase.ExportFormat Property
Specifies the format for exporting a document.
Namespace: DevExpress.Xpf.Printing.PreviewControl
Assembly: DevExpress.Xpf.Printing.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
Property Value
Type | Description |
---|---|
ExportFormat | A ExportFormat enumeration value. |
Available values:
Name | Description |
---|---|
The PDF export format. |
|
Htm | The HTML export format. |
Mht | The MHT export format. |
Rtf | The RTF export format. |
Docx | The DOCX export format. |
Xls | The XLS export format. |
Xlsx | The XLSX export format. |
Csv | The CSV export format. |
Txt | The TXT export format. |
Image | The image export format. |
Xps | The XPS export format. |
Prnx | The PRNX export format. For internal use only. |
See Also