ScanFix Xpress v9.0 for .NET - Updated
MinimumLength Property




Accusoft.ScanFixXpressSdk Namespace > LineRemovalOptions Class : MinimumLength Property
Gets and sets the minimum length, in pixels, a line can be to meet the removal criteria.
Syntax
'Declaration
 
Public Property MinimumLength As Integer
'Usage
 
Dim instance As LineRemovalOptions
Dim value As Integer
 
instance.MinimumLength = value
 
value = instance.MinimumLength
public int MinimumLength {get; set;}
public: __property int get_MinimumLength();
public: __property void set_MinimumLength( 
   int value
);
public:
property int MinimumLength {
   int get();
   void set (    int value);
}
Remarks

The default value is 50.

Valid values are 0 to 20000.

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 property sets both the MinimumHorizontalLength and MinimumVerticalLength to a single specified value. In the case that the MinimumHorizontalLength and MinimumVerticalLength have been set to different values, this will return the average of the two.

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 width of text character because of this.

See Also

Reference

LineRemovalOptions Class
LineRemovalOptions Members

Is this page helpful?
Yes No
Thanks for your feedback.