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




Accusoft.ScanFixXpressSdk Namespace > ImageRegistrationOptions Class : HorizontalMinimumForeground Property
Gets and sets a value that controls how much activity determines what is valid data.
Syntax
'Declaration
 
Public Property HorizontalMinimumForeground As Integer
'Usage
 
Dim instance As ImageRegistrationOptions
Dim value As Integer
 
instance.HorizontalMinimumForeground = value
 
value = instance.HorizontalMinimumForeground
public int HorizontalMinimumForeground {get; set;}
public: __property int get_HorizontalMinimumForeground();
public: __property void set_HorizontalMinimumForeground( 
   int value
);
public:
property int HorizontalMinimumForeground {
   int get();
   void set (    int value);
}

Property Value

An integer value which represents the minimum density of valid data.
Remarks

Individual characters are usually about 20 pixels wide, so values around 20 (on a 300 dpi image) often work well, consistently ignoring perpendicular lines. Lower values can increase the likelihood of registering to edge noise. You may need to use values as low as 1 when you are dealing with dot matrix print.

Valid values: Any number from 1 to 1000

Default value: 5

See Also

Reference

ImageRegistrationOptions Class
ImageRegistrationOptions Members

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