ScanFix Xpress v9.0 for .NET - 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
'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

Is this page helpful?
Yes No
Thanks for your feedback.