
Sets a file path that is used to search for resources like images or hypertext links. This path replaces all absolute file paths used in the document.
[C#]
public string ImageSearchPath { get; set; }
[Visual Basic]
Public Property ImageSearchPath() As String