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.
Read-write property
Visual Basic |
---|
Public Property horizontalToLineActive() As Boolean |
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.
The default value is False.
Note: 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).
When this property is set to True, the component checks the horizontalToLineCheckThinLinesActive property for the vertical line thickness.