DocumentSaveOptions Members
In This Article
#Constructors
Name | Description |
---|---|
Document |
Initializes a new instance of the Document |
#Properties
Name | Description |
---|---|
Current |
Gets or sets the file name into which the document is saved or from which it is loaded. |
Current |
Gets or sets the file format into which the document is saved or from which it is loaded. |
Default |
Gets or sets the file name used by default for a new document, when saving or loading a document which has not been previously saved. |
Default |
Gets or sets the default file format used for saving a newly created document. |
#Methods
Name | Description |
---|---|
Assign |
Copies all settings from the options object passed as a parameter.
Inherited from Base |
Begin |
Locks the Base |
Cancel |
Unlocks the Base |
End |
Unlocks the Base |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Reset() |
Resets all notification options to their default values.
Inherited from Rich |
To |
Returns a string representing the currently enabled options.
Inherited from Base |
#Events
Name | Description |
---|---|
Changed |
Occurs when the options are modified.
Inherited from Rich |
See Also