ScanFix Xpress v9.0 for .NET - 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
'Declaration
 
Public Property HorizontalMinimumBackground As Integer
'Usage
 
Dim instance As ImageRegistrationOptions
Dim value As Integer
 
instance.HorizontalMinimumBackground = value
 
value = instance.HorizontalMinimumBackground
public int HorizontalMinimumBackground {get; set;}
public: __property int get_HorizontalMinimumBackground();
public: __property void set_HorizontalMinimumBackground( 
   int value
);
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

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