Accusoft.Forms1 - Updated
HorizontalToLineMinimumLineLength Property



Accusoft.ScanFixXpressSdk Namespace > ImageRegistrationOptions Class : HorizontalToLineMinimumLineLength Property
Gets and sets a value that indicates the minimum allowable length (in pixels) of the vertical line to register to.
Syntax
Public Property HorizontalToLineMinimumLineLength As Integer
Dim instance As ImageRegistrationOptions
Dim value As Integer
 
instance.HorizontalToLineMinimumLineLength = value
 
value = instance.HorizontalToLineMinimumLineLength
public int HorizontalToLineMinimumLineLength {get; set;}
public:
property int HorizontalToLineMinimumLineLength {
   int get();
   void set (    int value);
}

Property Value

An integer value which represents the minimum allowable length (in pixels) of the vertical line to register to.
Remarks

This value should be larger than the height of the text characters. The component will examine the image from left to right, until it locates a vertical line segment larger than this value, or until it reaches one quarter the image width. It then shifts the image so that the line is the distance from the left edge of the image as specified by HorizontalResultantMargin.

Note: This value is ignored if HorizontalToLineActive is false.

Valid values: Any number from 0 to 20000

Default value: 300

See Also

Reference

ImageRegistrationOptions Class
ImageRegistrationOptions Members