LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)

CacheFolder Property (WebThumbnailViewer)

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 WebThumbnailViewer
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. 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

See Also

Reference

WebThumbnailViewer Class
WebThumbnailViewer Members
WebThumbnailViewer Client Class

 

 


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