officefileapi-devexpress-dot-xtrarichedit-dot-export-072e69cf.md
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
[ComVisible(true)]
public class DocDocumentExporterOptions :
DocumentExporterOptions
<ComVisible(True)>
Public Class DocDocumentExporterOptions
Inherits DocumentExporterOptions
The following members return DocDocumentExporterOptions objects:
Use the DocDocumentExporterOptions class object in the following members:
DevExpress.Office.ISupportsCopyFrom<IExporterOptions>
Object ViewStatePersisterCore BaseOptions RichEditNotificationOptions DocumentExporterOptions DocDocumentExporterOptions DotDocumentExporterOptions
See Also