Back to Devexpress

DocumentSaveOptions Class

officefileapi-devexpress-dot-xtrarichedit-65162c22.md

latest2.0 KB
Original Source

DocumentSaveOptions Class

Represents the settings which define file name and file format that are used when saving and loading the document.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[ComVisible(true)]
public class DocumentSaveOptions :
    RichEditNotificationOptions,
    IDocumentSaveOptions<DocumentFormat>
vb
<ComVisible(True)>
Public Class DocumentSaveOptions
    Inherits RichEditNotificationOptions
    Implements IDocumentSaveOptions(Of DocumentFormat)

The following members return DocumentSaveOptions objects:

Remarks

An instance of the DocumentSaveOptions class is accessible via the RichEditControlOptionsBase.DocumentSaveOptions property.

Implements

INotifyPropertyChanged

Inheritance

Object ViewStatePersisterCore BaseOptions RichEditNotificationOptions DocumentSaveOptions

See Also

DocumentSaveOptions Members

DevExpress.XtraRichEdit Namespace