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.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

[ComVisible(true)]
public abstract class DocumentImporterOptions :
    RichEditNotificationOptions,
    IImporterOptions,
    ISupportsCopyFrom<IImporterOptions>

Implements

See Also