←Select platform

CacheFolder Property

Summary

Gets or sets the virtual path where the processed images are cached.

Syntax

C#
VB
C++
public string CacheFolder { get; set; } 
  
Public Property CacheFolder As String 
public: 
property String^ CacheFolder { 
   String^ get(); 
   void set (    String^ ); 
} 

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:

Example

Refer to ImageUrl

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Web Assembly