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.
public
bool AutoCutLineDataDelete {get; set;}
'Declaration
Public Property AutoCutLineDataDelete As
Boolean
'Usage
Dim instance As
MedicalViewerCell
Dim value As
Boolean
instance.AutoCutLineDataDelete = value
value = instance.AutoCutLineDataDelete
public:
property
bool AutoCutLineDataDelete {
bool get();
void set (
bool value);
}
Property Value
true to remove the cut-line data once all the cut-lines has been removed from the cell, false otherwise.