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




Accusoft.ScanFixXpressSdk Namespace > BrightnessContrastResults Class : AverageContrast Property
Gets a value indicating average contrast between background (median color of a region) and foreground (dark colors in a region).
Syntax
'Declaration
 
Public ReadOnly Property AverageContrast As Byte
'Usage
 
Dim instance As BrightnessContrastResults
Dim value As Byte
 
value = instance.AverageContrast
public byte AverageContrast {get;}
public: __property byte get_AverageContrast();
public:
property byte AverageContrast {
   byte get();
}
Remarks

This estimates the amount of contrast between the background color and dark objects such as text and lines.

See Also

Reference

BrightnessContrastResults Class
BrightnessContrastResults Members

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