
Sets a file path that is used to save resources like images when images are saved as file link. If this location does not exists it is generated.
[C#]
public string ImageSavePath { get; set; }
[Visual Basic]
Public Property ImageSavePath() As String