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.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
[ComVisible(true)]
public abstract class DocumentImporterOptions :
RichEditNotificationOptions,
IImporterOptions,
ISupportsCopyFrom<IImporterOptions>
Implements
DevExpress.Office.ISupportsCopyFrom<IImporterOptions>
Inheritance
Object
ViewStatePersisterCore
BaseOptions
RichEditNotificationOptions
DocumentImporterOptions
See Also