'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.