| Accusoft.ScanFixXpressSdk Namespace > BrightnessContrastOptions Class : Adjustment Property |
'Declaration Public Property Adjustment As BrightnessContrastAdjustment
'Usage Dim instance As BrightnessContrastOptions Dim value As BrightnessContrastAdjustment instance.Adjustment = value value = instance.Adjustment
public BrightnessContrastAdjustment Adjustment {get; set;}
public: __property BrightnessContrastAdjustment get_Adjustment(); public: __property void set_Adjustment( BrightnessContrastAdjustment value );
public: property BrightnessContrastAdjustment Adjustment { BrightnessContrastAdjustment get(); void set ( BrightnessContrastAdjustment value); }
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.