TdxHtmlDocumentExporterOptions.ExportRootTag Property
In This Article
Specifies which HTML root tags exported documents include.
#Declaration
Delphi
property ExportRootTag: TdxExportRootTag read; write; default TdxExportRootTag.Html;
#Property Value
Type | Default |
---|---|
Tdx |
Html |
#Remarks
Refer to the TdxExportRootTag type description for details.
The ExportRootTag property’s default value is TdxExportRootTag.Html.
See Also