Accusoft.ScanFixXpress8.Net
AverageSaturation Property




Gets a value indicating average saturation value for the image.
Syntax
'Declaration
 
Public ReadOnly Property AverageSaturation As Integer
'Usage
 
Dim instance As DetectColorResults
Dim value As Integer
 
value = instance.AverageSaturation
public int AverageSaturation {get;}
public: __property int get_AverageSaturation();
public:
property int AverageSaturation {
   int get();
}
Remarks

This value is calculated by sampling the image and calculating the mean saturation of the sampled pixels. If this value is above the value specified in DetectColorOptions.MinimumSaturation , and the paper color is not ignored, then the image will be determined "color." If paper color is ignored, then an average saturation above the thresold will trigger a dropout of the background color.

See Also

Reference

DetectColorResults Class
DetectColorResults Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback