Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

HtmlDocumentExporterOptions.UriExportType Property

Specifies how the links to external content are saved in the exported document.

Namespace: DevExpress.XtraSpreadsheet.Export

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

[DefaultValue(UriExportType.Relative)]
public UriExportType UriExportType { get; set; }

Property Value

Type Default Description
UriExportType **Relative**

A UriExportType enumeration member specifying an absolute or relative path.

Remarks

If the UriExportType property is set to UriExportType.Absolute, relative URIs are not generated and the relativeUri parameter in the IUriProvider.CreateCssUri and IUriProvider.CreateImageUri methods is null.

See Also