Gets and sets the minimum length, in pixels, a line can be to meet the removal criteria.
Read-write property
Visual Basic |
---|
Public Property minimumLength() As Long |
A long value which represents the minimum length of lines to remove.
The default value is 50.
Valid values are 0 to 20,000.
Note: Lines that have lengths greater than or equal to this value will be removed. Any line smaller than this value, will not be removed.
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 width of text character because of this.