Skip to main content

TdxRichEditDocumentExportOptions.Html Property

Provides access to HTML document export settings.

Declaration

property Html: TdxHtmlDocumentExporterOptions read; write;

Property Value

Type Description
TdxHtmlDocumentExporterOptions

Stores HTML document export settings.

Remarks

HTML export routines interpret internal document model content as a series of HTML tags according to export settings accessible through the Html property.

You can use the Html.FontUnit property to change font measurement units for all font sizes in exported documents. Html.EmbedImages, Html.ExportImageSize, Html.KeepExternalImageSize, and Html.OverrideImageResolution properties allow you to change how HTML export routines save document images.

Refer to the TdxHtmlDocumentExporterOptions 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 export routines interpret internal document model content as HTML tags of the resulting document according to the current HTML export settings.

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

See Also