Skip to main content

TdxRichEditDocumentImportOptions.Html Property

Provides access to HTML document import settings.

Declaration

property Html: TdxHtmlDocumentImporterOptions read; write;

Property Value

Type Description
TdxHtmlDocumentImporterOptions

Stores HTML document import settings.

Remarks

HTML import routines interpret tags in a source HTML document based on settings accessible through the Html property.

You can use the Html.Encoding property to explicitly specify the encoding of a source HTML document. Html.AsyncImageLoading and Html.ExternalResourceTimeout properties allow you to change external image loading.

Refer to the TdxHtmlDocumentImporterOptions class description for detailed information on all available options.

Important Limitations

The Rich Edit control and the Document Server component have no web browser or HTML editor functionality because they do not work with HTML tags directly. HTML import routines interpret HTML tags in a source document and build a document model in an internal Rich Edit XML-based format.

HTML import routines support only a limited subset of the modern HTML standard, and an imported document displayed in a Rich Edit control may look different compared to a modern web browser.

See Also