←Select platform

EfficientMemoryEnabled Property

Summary

Enables the efficient memory usage for the paraxial cut cell.

Syntax

C#
VB
C++
public bool EfficientMemoryEnabled { get; set; } 
  
Public Property EfficientMemoryEnabled As Boolean 
             
            public: 
property bool EfficientMemoryEnabled { 
   bool get(); 
   void set (    bool ); 
} 
             

Property Value

true to enable the efficient memory usage for the paraxial cut cell.

Remarks

When activating efficient memory usage, the engine will only load the images that is currently displayed by the cell layout. If the user scrolls down or up, the engine will request the new images that correspond to the new location and free the images that are not visible anymore. After you enable efficient memory you cannot disable it.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly