Back to Devexpress

RichEditDocumentImportOptions.Html Property

officefileapi-devexpress-dot-xtrarichedit-dot-import-dot-richeditdocumentimportoptions-71ef7b3f.md

latest1.6 KB
Original Source

RichEditDocumentImportOptions.Html Property

Obtains options specific for importing documents in HTML format.

Namespace : DevExpress.XtraRichEdit.Import

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public HtmlDocumentImporterOptions Html { get; }
vb
Public ReadOnly Property Html As HtmlDocumentImporterOptions

Property Value

TypeDescription
HtmlDocumentImporterOptions

An object that contains import settings.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Html
RichEditControlOptionsBase

.Import .Html

|

See Also

RichEditDocumentImportOptions Class

RichEditDocumentImportOptions Members

DevExpress.XtraRichEdit.Import Namespace