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




Accusoft.ScanFixXpressSdk Namespace > ScanFix Class > CorrectNegativePage Method : CorrectNegativePage() Method
Determine 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() As NegativeCorrectionResults
'Usage
 
Dim instance As ScanFix
Dim value As NegativeCorrectionResults
 
value = instance.CorrectNegativePage()
public NegativeCorrectionResults CorrectNegativePage()
public: NegativeCorrectionResults* CorrectNegativePage(); 
public:
NegativeCorrectionResults^ CorrectNegativePage(); 

Return Value

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