LEADTOOLS Medical (Leadtools.Dicom.Web assembly)
LEAD Technologies, Inc

CacheSize Property






Gets or sets the maximum local cache size.
Syntax
public int CacheSize {get; set;}
'Declaration
 
Public Property CacheSize As Integer
'Usage
 
Dim instance As MedicalWebViewerLoader
Dim value As Integer
 
instance.CacheSize = value
 
value = instance.CacheSize
public int CacheSize {get; set;}
 get_CacheSize();
set_CacheSize(value);
public:
property int CacheSize {
   int get();
   void set (    int value);
}

Property Value

The maximum cache size in bytes.
Example
Refer to the Medical Web Viewer demo in the WorkstationWebViewer project.
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

MedicalWebViewerLoader Class
MedicalWebViewerLoader Members

 

 


Products | Support | Contact Us | Copyright Notices

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