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




Accusoft.ScanFixXpressSdk Namespace > BrightnessContrastOptions Class : TargetBrightness Property
Gets and sets the target brightness level for background of adjusted image.
Syntax
'Declaration
 
Public Property TargetBrightness As Byte
'Usage
 
Dim instance As BrightnessContrastOptions
Dim value As Byte
 
instance.TargetBrightness = value
 
value = instance.TargetBrightness
public byte TargetBrightness {get; set;}
public: __property byte get_TargetBrightness();
public: __property void set_TargetBrightness( 
   byte value
);
public:
property byte TargetBrightness {
   byte get();
   void set (    byte value);
}
Remarks

The default value is 225.

Valid values are 0 to 255.

This value sets the target brightness level for the image background, calculated by using the 50th percentile brightness. If the calculated brightness is below the target, then a contrast correction method will be suggested.

See Also

Reference

BrightnessContrastOptions Class
BrightnessContrastOptions Members

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