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




Accusoft.ScanFixXpressSdk Namespace > BrightnessContrastResults Class : AverageBackground Property
Gets a value indicating average brightness of the image background.
Syntax
'Declaration
 
Public ReadOnly Property AverageBackground As Byte
'Usage
 
Dim instance As BrightnessContrastResults
Dim value As Byte
 
value = instance.AverageBackground
public byte AverageBackground {get;}
public: __property byte get_AverageBackground();
public:
property byte AverageBackground {
   byte get();
}
Remarks

This is calculated by looking at the median brightness across the image.

See Also

Reference

BrightnessContrastResults Class
BrightnessContrastResults Members

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