Skip to main content

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>
See Also