ScanFix Xpress v9.0 for .NET - 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
'Declaration
 
Public Property MinimumCombLength As Integer
'Usage
 
Dim instance As CombRemovalOptions
Dim value As Integer
 
instance.MinimumCombLength = value
 
value = instance.MinimumCombLength
public int MinimumCombLength {get; set;}
public: __property int get_MinimumCombLength();
public: __property void set_MinimumCombLength( 
   int value
);
public:
property int MinimumCombLength {
   int get();
   void set (    int value);
}
Remarks

The default value is 50.

Valid values are 10 to int.MaxValue.

See Also

Reference

CombRemovalOptions Class
CombRemovalOptions Members

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