Accusoft.ScanFixXpress8.Net
AdjustBrightnessContrast(BrightnessContrastOptions) Method




An object containing parameters that control the enhancement process
Analyzes and/or automatically increases the contrast of an image.
Syntax
'Declaration
 
<DebuggerNonUserCodeAttribute()>
<DebuggerStepThroughAttribute()>
Public Overloads Function AdjustBrightnessContrast( _
   ByVal options As BrightnessContrastOptions _
) As BrightnessContrastResults
'Usage
 
Dim instance As ScanFix
Dim options As BrightnessContrastOptions
Dim value As BrightnessContrastResults
 
value = instance.AdjustBrightnessContrast(options)

Parameters

options
An object containing parameters that control the enhancement process

Return Value

A BrightnessContrastResults object containing information about the results of the automatic contrast and brighten process.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThrown when required argument value is null.
System.ArgumentOutOfRangeExceptionThrown when argument is out of range.
System.ComponentModel.InvalidEnumArgumentExceptionThrown when argument enum value is invalid.
ScanFixUnsupportedImageExceptionThrown when image type is unsupported.
ScanFixExceptionThrown when operation failed.
Remarks

Use this function if you wish to modify the parameters controlling the enhancement.

See Also

Reference

ScanFix Class
ScanFix Members
Overload List

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback