Accusoft.ScanFixXpress8.Net - Updated August 4, 2020
MinimumAspectRatio Property




Accusoft.ScanFixXpressSdk Namespace > LineRemovalOptions Class : MinimumAspectRatio Property
Gets and sets the ratio of the line length to the line width (i.e., length / width).
Syntax
'Declaration
 
Public Property MinimumAspectRatio As Double
 
'Usage
 
Dim instance As LineRemovalOptions
Dim value As Double
 
instance.MinimumAspectRatio = value
 
value = instance.MinimumAspectRatio
Remarks

The default value is 10.0

Valid values are 1.0 to 1000.0. This provides a range of 10 pixels long for every one pixel wide.

Lines below this aspect ratio will not be removed.

See Also

Reference

LineRemovalOptions Class
LineRemovalOptions Members