LEADTOOLS JPEG 2000 (Leadtools.Jpip.Client.WinForms assembly)

CacheDirectoryName Property

Show in webframe





Gets or sets the name of the cache directory.
Syntax
public string CacheDirectoryName {get; set;}
'Declaration
 
Public Property CacheDirectoryName As String
'Usage
 
Dim instance As JpipRasterImageViewer
Dim value As String
 
instance.CacheDirectoryName = value
 
value = instance.CacheDirectoryName

            

            
public:
property String^ CacheDirectoryName {
   String^ get();
   void set (    String^ value);
}

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

See Also

Reference

JpipRasterImageViewer Class
JpipRasterImageViewer Members

 

 


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

Leadtools.Jpip.Client.WinForms requires a Document or Medical license and unlock key as well as a server license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features