Gets and sets a value that controls how much activity determines what is valid data.
Read-write property
Visual Basic |
---|
Public Property horizontalMinimumForeground() As Long |
A long value which represents the minimum density of valid data.
The default value is 5.
Valid Values: Any number from 1 to 1000.
Note: Individual characters are usually about 20 pixels wide, so values around 20 (on a 300 dpi image) often work well, consistently ignoring perpendicular lines. Lower values can increase the likelihood of registering to edge noise. You may need to use values as low as 1 when you are dealing with dot matrix print.