LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)

ResourcesPath Property (WebImageViewer)

Show in webframe





Gets or sets the virtual path where resources(scripts, icons) are located.
Syntax
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

            

            
public:
property String^ ResourcesPath {
   String^ get();
   void set (    String^ value);
}

Property Value

A string that contains the virtual path where resources(scripts, icons) are located.
Remarks
You have to set this property to the path of the client java script files since it is required to render the control on the page correctly.

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"/>

Example
Refer to ImageUrl
Requirements

Target Platforms

See Also

Reference

WebImageViewer Class
WebImageViewer Members
WebImageViewer Client Class

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.