ClearImage .NET API
lineMinLength Property





Inlite.ClearImageNet Namespace > ImageEditor Class : lineMinLength Property
Minimum length in pixel for line identification (default 100)
Syntax
'Declaration
 
Public Property lineMinLength As System.Integer
'Usage
 
Dim instance As ImageEditor
Dim value As System.Integer
 
instance.lineMinLength = value
 
value = instance.lineMinLength
public System.int lineMinLength {get; set;}
public read-write property lineMinLength: System.Integer; 
public function get,set lineMinLength : System.int
public:
property System.int lineMinLength {
   System.int get();
   void set (    System.int value);
}
See Also

Reference

ImageEditor Class
ImageEditor Members