Gets and sets a value that indicates the maximum allowable size (in pixels) of gaps within the vertical line to register to.
Read-write property
Visual Basic |
---|
Public Property horizontalToLineMaximumLineGap() As Long |
A long value which represents the maximum allowable size (in pixels) of gaps within the vertical line to register to.
The default value is 2.
Valid values: Any number from 0 to 50.
Note: With a value of 3 or less, the component simply ignores short gaps. However, setting this value over 3 tells the component to employ its Super-Line algorithms. These algorithms re-assemble broken lines into a whole line for registration purposes, and can dramatically improve the success rate when horizontalToLineActive is True.
This value is ignored if horizontalToLineActive is False.