CacheDirectoryName Property

Summary

Gets or sets the name of the cache directory.

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

Property Value

The name of the cache directory. Can be null.

Remarks

If this value is null, no cache file will be saved. If this value is set, the JpipRasterImageViewer object will save the cache file when Close is called. The cache file holds all of the meta and image data. This cache file will be used the next time the image is opened so that less data will need to be sent by the server.

Example

For an example that demonstrates this value being set to save cache data, refer to JpipRasterImageViewer.

Requirements

Target Platforms

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

Leadtools.Jpip.Client.WinForms Assembly