Error processing SSI file
LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)

Show in webframe

CacheFileName Property (ImageInfo)






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 ImageInfo
Dim value As String
 
value = instance.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 processed by one of the image processing commands, this property will contains the valid virtual URL for the cached image.
Example
Refer to WebImageViewer.ApplyCommand
Requirements

Target Platforms

See Also

Reference

ImageInfo Structure
ImageInfo Members

Error processing SSI file