Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DocumentImporterOptions Class

Represents the base class for options used for loading (importing) the document in different formats.

Namespace: DevExpress.XtraRichEdit.Import

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

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

Implements

See Also