Public Property VerticalSkipDistance As Integer
Dim instance As ImageRegistrationOptions Dim value As Integer instance.VerticalSkipDistance = value value = instance.VerticalSkipDistance
public int VerticalSkipDistance {get; set;}
Public Property VerticalSkipDistance As Integer
Dim instance As ImageRegistrationOptions Dim value As Integer instance.VerticalSkipDistance = value value = instance.VerticalSkipDistance
public int VerticalSkipDistance {get; set;}
This property gets and sets the number of scan lines to skip if the VerticalSkipActive property is set to true. If the VerticalSkipActive property is set to false, this property is ignored.
Valid values: Any number from 0 to 20000
Default value: 20