Accusoft.ScanFixXpress8.Net
MaximumGap Property




Gets and sets the maximum allowed gap in a line for the line to still be considered one object.
Syntax
'Declaration
 
Public Property MaximumGap As Integer
'Usage
 
Dim instance As LineRemovalOptions
Dim value As Integer
 
instance.MaximumGap = value
 
value = instance.MaximumGap
public int MaximumGap {get; set;}
public: __property int get_MaximumGap();
public: __property void set_MaximumGap( 
   int value
);
public:
property int MaximumGap {
   int get();
   void set (    int value);
}
Remarks

The default value is 1 .

Valid values are 0 to 20 .

See Also

Reference

LineRemovalOptions Class
LineRemovalOptions Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback