'Declaration Public Property MinimumVerticalLength As Integer
'Usage Dim instance As LineRemovalOptions Dim value As Integer instance.MinimumVerticalLength = value value = instance.MinimumVerticalLength
public int MinimumVerticalLength {get; set;}
'Declaration Public Property MinimumVerticalLength As Integer
'Usage Dim instance As LineRemovalOptions Dim value As Integer instance.MinimumVerticalLength = value value = instance.MinimumVerticalLength
public int MinimumVerticalLength {get; set;}
The default value is 50.
Valid values are 0 to 20000.
Vertical lines that have lengths greater than or equal to this value will be removed. Any vertical line smaller than this value, will not be removed.
Note: This parameter is very sensitive to the image resolution and should generally be thought of in inches. If the value is set too low, this operation will begin to remove parts of characters. This value should be set larger than the height of text character because of this.