Accusoft.Forms1 - Updated
MaximumGap Property



Accusoft.ScanFixXpressSdk Namespace > LineRemovalOptions Class : MaximumGap Property
Gets and sets the maximum allowed gap in a line for the line to still be considered one object.
Syntax
Public Property MaximumGap As Integer
Dim instance As LineRemovalOptions
Dim value As Integer
 
instance.MaximumGap = value
 
value = instance.MaximumGap
public int MaximumGap {get; set;}
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