DocumentExporterOptions Class
In This Article
Represents the base class for options used for saving (exporting) documents in different formats.
Namespace: DevExpress.XtraRichEdit.Export
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
[ComVisible(true)]
public abstract class DocumentExporterOptions :
RichEditNotificationOptions,
IExporterOptions,
ISupportsCopyFrom<IExporterOptions>
#Implements
DevExpress.Office.ISupportsCopyFrom<IExporterOptions>
#Inheritance
Show 21 items
Object
ViewStatePersisterCore
BaseOptions
RichEditNotificationOptions
DocumentExporterOptions
See Also