Accusoft.Forms1 - Updated
MinimumCombLength Property



Accusoft.ScanFixXpressSdk Namespace > CombRemovalOptions Class : MinimumCombLength Property
Gets and sets the minimum distance (in pixels) from the leftmost comb mark to the rightmost comb mark.
Syntax
Public Property MinimumCombLength As Integer
Dim instance As CombRemovalOptions
Dim value As Integer
 
instance.MinimumCombLength = value
 
value = instance.MinimumCombLength
public int MinimumCombLength {get; set;}
public:
property int MinimumCombLength {
   int get();
   void set (    int value);
}
Remarks

The default value is 50.

Valid values are 10 to 2,147,483,647.

See Also

Reference

CombRemovalOptions Class
CombRemovalOptions Members