SnxDocumentSaveOptions Properties
Settings which define file formats used when saving and loading the document.| Name | Description |
|---|---|
| CurrentFileName | Gets or sets the file name into which the document is saved or from which it is loaded. Inherited from DocumentSaveOptions. |
| CurrentFormat | Gets or sets the file format into which the document is saved or from which it is loaded. |
| DefaultFileName | 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. Inherited from DocumentSaveOptions. |
| DefaultFormat | Gets or sets the default file format used for saving a newly created document. |
See Also