AutoCutLineDataDelete Property

Summary

Gets or sets the value that indicates whether to remove the cut-line internal data once all the cut-lines have been removed or not.

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

Property Value

true to remove the cut-line data once all the cut-lines has been removed from the cell, false otherwise.

Remarks
  • Set this value to true for efficient use of the memory, set it to false for a better speed.
  • .

Example

For an example refer to GetDisplayedClippedImageRectangle

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly