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

CacheFolder Property (WebThumbnailViewer)






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 WebThumbnailViewer
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. 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.
Example
Refer to Add(String,Int32,Int32)
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

WebThumbnailViewer Class
WebThumbnailViewer Members
WebThumbnailViewer Client Class

 

 


Products | Support | Contact Us | Copyright Notices

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