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

LEADTOOLS SDK Help   |       |    Show Table of Contents    |   

DisableBrowserCaching Property (WebThumbnailViewer)






Gets or sets a value that disables the browser images caching on the client machine.
Syntax
public bool DisableBrowserCaching {get; set;}
public:
property bool DisableBrowserCaching {
   bool get();
   void set (    bool value);
}
'Declaration
 
Public Property DisableBrowserCaching As Boolean
 
'Usage
 
Dim instance As WebThumbnailViewer
Dim value As Boolean
 
instance.DisableBrowserCaching = value
 
value = instance.DisableBrowserCaching

Property Value

true to disable the browser images caching on the client machine; otherwise, it is false.
Example
For an example, refer to Add(String,Int32,Int32).
Requirements

Target Platforms

See Also

Reference

WebThumbnailViewer Class
WebThumbnailViewer Members

Error processing SSI file