Accusoft.ScanFixXpress8.Net
Sensitivity Property




Gets and sets the number of saturated objects required for a high confidence IsColor result.
Syntax
'Declaration
 
Public Property Sensitivity As Byte
'Usage
 
Dim instance As DetectColorOptions
Dim value As Byte
 
instance.Sensitivity = value
 
value = instance.Sensitivity
public byte Sensitivity {get; set;}
public: __property byte get_Sensitivity();
public: __property void set_Sensitivity( 
   byte value
);
public:
property byte Sensitivity {
   byte get();
   void set (    byte value);
}
Remarks

The default value is 90 .

Valid values are 0 to 100 .

This value is not linear; it is used to control a sensitivity function that sets the object count threshold. A value of 100 will trigger on a single matching object, while lower values will require more objects to trigger an IsColor result. A value of zero will require thousands of objects for an IsColor result.

See Also

Reference

DetectColorOptions Class
DetectColorOptions Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback