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




Accusoft.ScanFixXpressSdk Namespace > BrightnessContrastOptions Class : Adjustment Property
Gets and sets the type of contrast adjustment to perform on the image.
Syntax
'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);
}
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

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