Skip to main content

TdxHtmlDocumentExporterOptions.ExportRootTag Property

Specifies which HTML root tags exported documents include.

Declaration

property ExportRootTag: TdxExportRootTag read; write; default TdxExportRootTag.Html;

Property Value

Type Default
TdxExportRootTag Html

Remarks

Refer to the TdxExportRootTag type description for details.

The ExportRootTag property’s default value is TdxExportRootTag.Html.

See Also