LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)
LEAD Technologies, Inc

DisableBrowserCaching Property (WebImageViewer)






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 bool DisableBrowserCaching {get; set;}
 get_DisableBrowserCaching();
set_DisableBrowserCaching(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WebImageViewer Class
WebImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.