'Declaration Public Property VerticalSkipActive As Boolean
'Usage Dim instance As ImageRegistrationOptions Dim value As Boolean instance.VerticalSkipActive = value value = instance.VerticalSkipActive
public bool VerticalSkipActive {get; set;}
'Declaration Public Property VerticalSkipActive As Boolean
'Usage Dim instance As ImageRegistrationOptions Dim value As Boolean instance.VerticalSkipActive = value value = instance.VerticalSkipActive
public bool VerticalSkipActive {get; set;}
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 true, the value set in the VerticalSkipDistance property determines the number of horizontal scan lines that are skipped. If this property is set to false, the VerticalSkipDistance property is ignored.
Default value: false