TdxHtmlDocumentExporterOptions.UriExportType Property
In This Article
Specifies how HTML export routines include links to external resources into the resulting document.
#Declaration
Delphi
property UriExportType: TdxUriExportType read; write; default TdxUriExportType.Relative;
#Property Value
Type | Default |
---|---|
Tdx |
Relative |
#Remarks
Refer to the TdxUriExportType type description for detailed information on available options.
The UriExportType property’s default value is TdxUriExportType.Relative.
See Also