Back to Devexpress

DocDocumentExporterOptions Class

officefileapi-devexpress-dot-xtrarichedit-dot-export-072e69cf.md

latest2.4 KB
Original Source

DocDocumentExporterOptions Class

Contains options used to save (export) the document in DOC format (MS Office Word 97-2003 format, .doc).

Namespace : DevExpress.XtraRichEdit.Export

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[ComVisible(true)]
public class DocDocumentExporterOptions :
    DocumentExporterOptions
vb
<ComVisible(True)>
Public Class DocDocumentExporterOptions
    Inherits DocumentExporterOptions

The following members return DocDocumentExporterOptions objects:

Remarks

Use the DocDocumentExporterOptions class object in the following members:

Implements

INotifyPropertyChanged

IExporterOptions

DevExpress.Office.ISupportsCopyFrom<IExporterOptions>

Inheritance

Object ViewStatePersisterCore BaseOptions RichEditNotificationOptions DocumentExporterOptions DocDocumentExporterOptions DotDocumentExporterOptions

See Also

DocDocumentExporterOptions Members

DevExpress.XtraRichEdit.Export Namespace