LEADTOOLS JPEG 2000 (Leadtools.Jpip.Client.WinForms assembly)
LEAD Technologies, Inc

CacheDirectoryName Property






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 string CacheDirectoryName {get; set;}
 get_CacheDirectoryName();
set_CacheDirectoryName(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

JpipRasterImageViewer Class
JpipRasterImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 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