Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.5
|
Leadtools.Web.Controls Namespace > WebImageViewer Class : ResourcesPath Property |
public string ResourcesPath {get; set;}
'Declaration Public Property ResourcesPath As String
'Usage Dim instance As WebImageViewer Dim value As String instance.ResourcesPath = value value = instance.ResourcesPath
If the resources are not in the specified directory, they will not show up and you will receive a client java script error.
This property can be set in the application's Web.config file. Use this syntax in the "appSettings" section of the config file: <add key="ResourcesPath" value="property value here"/>