Accusoft.Forms1 - Updated
MinimumHorizontalLength Property



Accusoft.ScanFixXpressSdk Namespace > LineRemovalOptions Class : MinimumHorizontalLength Property
Gets and sets the minimum length, in pixels, a horizontal line can be to meet the removal criteria.
Syntax
Public Property MinimumHorizontalLength As Integer
Dim instance As LineRemovalOptions
Dim value As Integer
 
instance.MinimumHorizontalLength = value
 
value = instance.MinimumHorizontalLength
public int MinimumHorizontalLength {get; set;}
public:
property int MinimumHorizontalLength {
   int get();
   void set (    int value);
}
Remarks

The default value is 50.

Valid values are 0 to 20000.

Horizontal lines that have lengths greater than or equal to this value will be removed. Any horizontal line smaller than this value, will not be removed.

Note: This parameter is very sensitive to the image resolution and should generally be thought of in inches. If the value is set too low, this operation will begin to remove parts of characters. This value should be set larger than the width of text character because of this.

See Also

Reference

LineRemovalOptions Class
LineRemovalOptions Members