ScanFix Xpress v9.0 for .NET - Updated
AdjustBrightnessContrast(BrightnessContrastOptions) Method




Accusoft.ScanFixXpressSdk Namespace > ScanFix Class > AdjustBrightnessContrast Method : AdjustBrightnessContrast(BrightnessContrastOptions) Method
An object containing parameters that control the enhancement process
Analyzes and/or automatically increases the contrast of an image.
Syntax
'Declaration
 
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)
public BrightnessContrastResults AdjustBrightnessContrast( 
   BrightnessContrastOptions options
)
public: BrightnessContrastResults* AdjustBrightnessContrast( 
   BrightnessContrastOptions* options
) 
public:
BrightnessContrastResults^ AdjustBrightnessContrast( 
   BrightnessContrastOptions^ 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
Thrown when required argument value is null.
Thrown when argument is out of range.
Thrown when argument enum value is invalid.
Thrown when image type is unsupported.
Thrown 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

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