Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

LEADTOOLS SDK Help   |       |    Show Table of Contents    |   

CacheSize Property






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

Property Value

The maximum cache size in bytes.
Example
Refer to the Medical Web Viewer demo in the WorkstationWebViewer project.
Requirements

Target Platforms

See Also

Reference

MedicalWebViewerLoader Class
MedicalWebViewerLoader Members

Error processing SSI file