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