LEADTOOLS Medical (Leadtools.Dicom.Web assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
CacheSize Property
See Also 
Leadtools.Dicom.Web Namespace > MedicalWebViewerLoader Class : CacheSize Property



Gets or sets the maximum local cache size.

Syntax

Visual Basic (Declaration) 
Public Property CacheSize As Integer
Visual Basic (Usage)Copy Code
Dim instance As MedicalWebViewerLoader
Dim value As Integer
 
instance.CacheSize = value
 
value = instance.CacheSize
C# 
public int CacheSize {get; set;}
C++/CLI 
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 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also