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

ExportOptionsViewModel Members

A View Model that provides options for exporting documents.

Properties

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.

Methods

Name Description
Create(PrintingSystemBase, ExportFormat, IEnumerable<ExportFormat>) static Creates a new ExportOptionsViewModel class descendant with the specified settings.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetPropertyName<T>(Expression<Func<T>>) static Returns the name of a property identified by a lambda expression. Inherited from BindableBase.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
SelectFile() Invokes the Save File dialog for selecting a file to which a document should be exported. Inherited from ExportOptionsViewModelBase.
ToString() Returns a string that represents the current object. Inherited from Object.

Events

Name Description
PropertyChanged Occurs when a property value changes. Inherited from BindableBase.
See Also