LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)
LEAD Technologies, Inc

CacheFolder Property (WebImageViewer)






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 string CacheFolder {get; set;}
 get_CacheFolder();
set_CacheFolder(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WebImageViewer Class
WebImageViewer Members
WebImageViewer Client Class

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.