Minimum length in pixel for line identification (default 100)
            
            
            
 Syntax
Syntax
| Visual Basic (Declaration) |  | 
|---|
| Public Property lineMinLength As Integer | 
| Visual Basic (Usage) |  Copy Code | 
|---|
| Dim instance As ImageEditor
Dim value As Integer
 
instance.lineMinLength = value
 
value = instance.lineMinLength
 | 
| C# |  | 
|---|
| public int lineMinLength {get; set;} | 
| Managed Extensions for C++ |  | 
|---|
| public: __property int get_lineMinLength();
public: __property void set_lineMinLength( 
   int value
); | 
| C++/CLI |  | 
|---|
| public:
property int lineMinLength {
   int get();
   void set (int value);
} | 
 See Also
See Also