LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)

DisableBrowserCaching Property (WebImageViewer)

Show in webframe





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

            

            
public:
property bool DisableBrowserCaching {
   bool get();
   void set (    bool value);
}

Property Value

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

Target Platforms

See Also

Reference

WebImageViewer Class
WebImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.