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




Accusoft.ScanFixXpressSdk Namespace > ScanFix Class > AdjustBrightnessContrast Method : AdjustBrightnessContrast() Method
Analyzes and/or automatically increases the contrast of an image.
Syntax
'Declaration
 
Public Overloads Function AdjustBrightnessContrast() As BrightnessContrastResults
'Usage
 
Dim instance As ScanFix
Dim value As BrightnessContrastResults
 
value = instance.AdjustBrightnessContrast()
public BrightnessContrastResults AdjustBrightnessContrast()
public: BrightnessContrastResults* AdjustBrightnessContrast(); 
public:
BrightnessContrastResults^ AdjustBrightnessContrast(); 

Return Value

A BrightnessContrastResults object containing information about the results of the automatic contrast and brighten process.
Exceptions
ExceptionDescription
Thrown when image type is unsupported.
Thrown when operation failed.
Remarks

Use this function if the default control parameters are adequate.

See Also

Reference

ScanFix Class
ScanFix Members
Overload List

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