LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)

CacheFolder Property (WebImageViewer)

Show in webframe





Gets or sets the virtual path where the processed images are cached.
Syntax
public string CacheFolder {get; set;}
'Declaration
 
Public Property CacheFolder As String
'Usage
 
Dim instance As WebImageViewer
Dim value As String
 
instance.CacheFolder = value
 
value = instance.CacheFolder

            

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

Property Value

The virtual path where the processed images are cached.
Remarks
This property should be set to an existing folder to cache the processed images. If this property is not set or it is set to an invalid virtual folder path, the control will fail when it tries to download an external image or when it tries to apply any of the image processing commands. 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="CacheFolder" 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.