CacheFileName Property

Summary

Gets the name of the cached image (if it was cached).

Syntax
C#
VB
C++
public string CacheFileName { get; } 
  
Public ReadOnly Property CacheFileName As String 
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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Web Assembly