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

HtmlDocumentImporterOptions() Constructor

Initializes a new instance of the HtmlDocumentImporterOptions class with the default settings.

Namespace: DevExpress.XtraRichEdit.Import

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

Declaration

public HtmlDocumentImporterOptions()

Remarks

Generally you don’t need to manually create an instance of the HtmlDocumentImporterOptions class. Handle the RichEditControl.BeforeImport or RichEditDocumentServer.BeforeImport event to get access to an instance of the HtmlDocumentImporterOptions class.

See Also