LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)
LEAD Technologies, Inc

CacheFileName Property (ThumbnailInfo)






Gets the name of the cached image (if it was cached).
Syntax
public string CacheFileName {get;}
'Declaration
 
Public ReadOnly Property CacheFileName As String
'Usage
 
Dim instance As ThumbnailInfo
Dim value As String
 
value = instance.CacheFileName
public string CacheFileName {get;}
 get_CacheFileName(); 
public:
property String^ CacheFileName {
   String^ get();
}

Property Value

The name of the cached image (if it was cached).
Remarks
If the image is cached because it was an external image or it was updated automatically after processing the WebImageViewer control's image by one of the image processing commands, this property contains the valid virtual URL for the cached image.
Example
Refer to WebThumbnailViewer.GetThumbnailInfo
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

ThumbnailInfo Structure
ThumbnailInfo Members
WebThumbnailViewer Client Class

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.