EfficientMemoryEnabled Property

Summary
Enables the efficient memory usage for the paraxial cut cell.
Syntax
C#
C++/CLI
public bool EfficientMemoryEnabled { get; set; } 
            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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.