The CacheDirectoryName Property includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
Gets or sets the name of the cache directory.Visual Basic (Declaration) | |
---|---|
Public Property CacheDirectoryName As String |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As JpipRasterImageViewer Dim value As String instance.CacheDirectoryName = value value = instance.CacheDirectoryName |
C# | |
---|---|
public string CacheDirectoryName {get; set;} |
Property Value
The name of the cache directory. Can be null.This example demonstrates this value being set to save cache data. For an example, refer to JpipRasterImageViewer.
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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7