Accusoft.ScanFixXpress8.Net
VerticalMinimumActivity Property




Gets and sets a value that controls how intense the activity has to be for it to be considered real activity.
Syntax
'Declaration
 
Public Property VerticalMinimumActivity As Integer
'Usage
 
Dim instance As ImageRegistrationOptions
Dim value As Integer
 
instance.VerticalMinimumActivity = value
 
value = instance.VerticalMinimumActivity
public int VerticalMinimumActivity {get; set;}
public: __property int get_VerticalMinimumActivity();
public: __property void set_VerticalMinimumActivity( 
   int value
);
public:
property int VerticalMinimumActivity {
   int get();
   void set (    int value);
}

Property Value

An integer value which represents the minimum level of activity.
Remarks

Notes: Setting this value higher can improve performance when you find the component registering to edge noise.

Valid values: Any number from 1 to 1000

Default value: 3

See Also

Reference

ImageRegistrationOptions Class
ImageRegistrationOptions Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback