'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();
[DebuggerStepThrough()] [DebuggerNonUserCode()] public: NegativeCorrectionResults^ CorrectNegativePage();
Return Value
A NegativeCorrectionResults object containing information about the results of the negative page correction process.