Accusoft.Forms1 - Updated
HorizontalToLineActive Property



Accusoft.ScanFixXpressSdk Namespace > ImageRegistrationOptions Class : HorizontalToLineActive Property
Gets and sets a flag that indicates whether the component will position the text in the image based on the position of a vertical line, or to what is determined to be the edge of the text.
Syntax
Public Property HorizontalToLineActive As Boolean
Dim instance As ImageRegistrationOptions
Dim value As Boolean
 
instance.HorizontalToLineActive = value
 
value = instance.HorizontalToLineActive
public bool HorizontalToLineActive {get; set;}
public:
property bool HorizontalToLineActive {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which returns true to position the text in the image based on the position of a vertical line. Otherwise, false is returned.
Remarks

This is a powerful feature for precise registration on forms, especially on forms with edge noise. The vertical line should be significantly larger than any text characters (in particular, those characters to the left of this line).

Default value: False

See Also

Reference

ImageRegistrationOptions Class
ImageRegistrationOptions Members