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

ExportOptionsViewModel Properties

A View Model that provides options for exporting documents.
Name Description
AvailableExportFormats Provides access to the collection of available export formats.
CanUseActionAfterExport Gets whether the resulting file can be opened after exporting a document.
ExportFormat Specifies the format for exporting a document. Inherited from ExportOptionsViewModelBase.
ExportOptionLines For internal use. Inherited from ExportOptionsViewModelBase.
ExportOptions Gets the settings that specify how a document is exported to various formats. Inherited from ExportOptionsViewModelBase.
FileName Specifies the full path to the file to which a document should be exported. Inherited from ExportOptionsViewModelBase.
HiddenExportFormats Provides access to the collection of export formats that cannot be used to export the document. Inherited from ExportOptionsViewModelBase.
IsInDesignMode static Gets whether design-time mode is active. Inherited from ViewModelBase.
OpenFileAfterExport Specifies whether to open the resulting file after exporting a document.
SelectFileCommand Returns a command that calls the ExportOptionsViewModelBase.SelectFile method. Inherited from ExportOptionsViewModelBase.
SettingsType For internal use.
ShowOptionsBeforeExport Gets whether to show the Export Options dialog before exporting a document. Inherited from ExportOptionsViewModelBase.
SubmitCommand For internal use. Inherited from ExportOptionsViewModelBase.
See Also