Accusoft.Forms1 - Updated
Adjustment Property



Accusoft.ScanFixXpressSdk Namespace > BrightnessContrastOptions Class : Adjustment Property
Gets and sets the type of contrast adjustment to perform on the image.
Syntax
Public Property Adjustment As BrightnessContrastAdjustment
Dim instance As BrightnessContrastOptions
Dim value As BrightnessContrastAdjustment
 
instance.Adjustment = value
 
value = instance.Adjustment
public BrightnessContrastAdjustment Adjustment {get; set;}
public:
property BrightnessContrastAdjustment Adjustment {
   BrightnessContrastAdjustment get();
   void set (    BrightnessContrastAdjustment value);
}
Remarks

The default value is Automatic.

The Automatic setting will compare the analysis results to the target values, and pick what it considers to be the best correction to use on the given image. Changing this value will let you skip the correction step, or force the adaptive or global correction method.

See Also

Reference

BrightnessContrastOptions Class
BrightnessContrastOptions Members