LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)

DisableBrowserCaching Property (WebImagePanViewer)

Show in webframe





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 WebImagePanViewer
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 WebImageViewer.OpenImageUrl.
Requirements

Target Platforms

See Also

Reference

WebImagePanViewer Class
WebImagePanViewer Members

 

 


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