Skip to main content

ExportOptionsViewModelBase Members

A base class for View Models that provide options for exporting documents.

Properties

Name Description
AvailableExportFormats Provides access to the collection of available export formats.
ExportFormat Specifies the format for exporting a document.
ExportOptions Gets the settings that specify how a document is exported to various formats.
FileName Specifies the full path to the file to which a document should be exported.
HiddenExportFormats Provides access to the collection of export formats that cannot be used to export the document.
IsInDesignMode static Gets whether design-time mode is active. Inherited from ViewModelBase.
SelectFileCommand Returns a command that calls the ExportOptionsViewModelBase.SelectFile method.
ShowOptionsBeforeExport Gets whether to show the Export Options dialog before exporting a document.
SubmitCommand For internal use.

Methods

Name Description
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.
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