←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly