DocumentImporterOptions Class
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
Object
ViewStatePersisterCore
BaseOptions
RichEditNotificationOptions
DocumentImporterOptions
See Also