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: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public bool UseSaveFileRelativePath { get; set; }
Public Property UseSaveFileRelativePath As Boolean
	Get
	Set
public:
property bool UseSaveFileRelativePath {
	bool get ();
	void set (bool value);
}
member UseSaveFileRelativePath : bool with get, set

Property Value

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

See Also