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