Accusoft.ScanFixXpress8.Net
CorrectNegativePage() Method




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
 
<DebuggerStepThroughAttribute()>
<DebuggerNonUserCodeAttribute()>
Public Overloads Function CorrectNegativePage() As NegativeCorrectionResults
'Usage
 
Dim instance As ScanFix
Dim value As NegativeCorrectionResults
 
value = instance.CorrectNegativePage()
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public: NegativeCorrectionResults* CorrectNegativePage(); 
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public:
NegativeCorrectionResults^ CorrectNegativePage(); 

Return Value

A NegativeCorrectionResults object containing information about the results of the negative page correction process.
Exceptions
ExceptionDescription
ScanFixUnsupportedImageExceptionThrown when image type is unsupported.
ScanFixExceptionThrown when operation failed.
Remarks

Use this function if the default control parameters are adequate.

See Also

Reference

ScanFix Class
ScanFix Members
Overload List

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback