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




Accusoft.ScanFixXpressSdk Namespace > ImageRegistrationOptions Class : VerticalMinimumBackground 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 VerticalMinimumBackground As Integer
'Usage
 
Dim instance As ImageRegistrationOptions
Dim value As Integer
 
instance.VerticalMinimumBackground = value
 
value = instance.VerticalMinimumBackground
public int VerticalMinimumBackground {get; set;}
public: __property int get_VerticalMinimumBackground();
public: __property void set_VerticalMinimumBackground( 
   int value
);
public:
property int VerticalMinimumBackground {
   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.