Accusoft.ScanFixXpress8.Net
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
public double MinimumAspectRatio {get; set;}
public: __property double get_MinimumAspectRatio();
public: __property void set_MinimumAspectRatio( 
   double value
);
public:
property double MinimumAspectRatio {
   double get();
   void set (    double value);
}
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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback