Gets and sets a flag that indicates whether a set number of scan lines will be skipped before the toolkit starts looking for valid information for registration.
Read-write property
Visual Basic |
---|
Public Property verticalSkipActive() As Boolean |
A boolean value which returns True if horizontal scan lines are skipped before looking for valid registration information. Otherwise, False is returned.
The default value is False.
Note: The skip feature is particularly valuable for dealing with unwanted data on the edge of an image. In some cases, you may want to skip over a form line or margin note. In other cases, this feature can be useful to skip over scanner artifacts that look like lines or data.
When this property is set to True, the scan lines set in the verticalSkipDistance property are skipped. If this property is set to False, the verticalSkipDistance property is ignored.