Accusoft.Forms1 - Updated
HorizontalMinimumBackground Property



Accusoft.ScanFixXpressSdk Namespace > ImageRegistrationOptions Class : HorizontalMinimumBackground Property
Gets and sets a value that controls how dense and consistent image data should be for it to be considered edge noise.
Syntax
Public Property HorizontalMinimumBackground As Integer
Dim instance As ImageRegistrationOptions
Dim value As Integer
 
instance.HorizontalMinimumBackground = value
 
value = instance.HorizontalMinimumBackground
public int HorizontalMinimumBackground {get; set;}
public:
property int HorizontalMinimumBackground {
   int get();
   void set (    int value);
}

Property Value

An integer value which represents the minimum density of edge noise.
Remarks

A very high value can cause edge noise to be treated as valid data. If you use a lower value, valid data may be considered edge noise.

Valid values: Any number from 2 to 1000

Default value: 5

See Also

Reference

ImageRegistrationOptions Class
ImageRegistrationOptions Members