TdxHtmlDocumentExporterOptions.UriExportType Property
Specifies how HTML export routines include links to external resources into the resulting document.
Declaration
property UriExportType: TdxUriExportType read; write; default TdxUriExportType.Relative;
Property Value
Type | Default |
---|---|
TdxUriExportType | 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