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

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Web Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.