Click or drag to resize

HtmlExportOptions UseSaveFileRelativePath Property

Gets or sets a value whether Image Path is relative to the file save path.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public bool UseSaveFileRelativePath { get; set; }

Property Value

Type: Boolean
If Image Path wants to be relative to the file save path, set to true .
See Also