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




Accusoft.ScanFixXpressSdk Namespace > ScanFix Class > CorrectNegativePage Method : CorrectNegativePage(NegativeCorrectionOptions) Method
An object containing parameters that control the enhancement process.
Determines if the image is black on white (normal) or white on black (negative), and optionally negate the image if it is, in fact, a negative.
Syntax
'Declaration
 
Public Overloads Function CorrectNegativePage( _
   ByVal options As NegativeCorrectionOptions _
) As NegativeCorrectionResults
'Usage
 
Dim instance As ScanFix
Dim options As NegativeCorrectionOptions
Dim value As NegativeCorrectionResults
 
value = instance.CorrectNegativePage(options)
public NegativeCorrectionResults CorrectNegativePage( 
   NegativeCorrectionOptions options
)
public: NegativeCorrectionResults* CorrectNegativePage( 
   NegativeCorrectionOptions* options
) 
public:
NegativeCorrectionResults^ CorrectNegativePage( 
   NegativeCorrectionOptions^ options
) 

Parameters

options
An object containing parameters that control the enhancement process.

Return Value

A NegativeCorrectionResults object containing information about the results of the negative page correction 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

Note: 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.