Accusoft.ScanFixXpress8.Net
DetectBlankPage(BlankPageDetectOptions) Method




An object containing parameters that control the enhancement process.
Analyzes an image to determine if the amount of data there is low enough for the page to be considered blank.
Syntax
'Declaration
 
<DebuggerNonUserCodeAttribute()>
<DebuggerStepThroughAttribute()>
Public Overloads Function DetectBlankPage( _
   ByVal options As BlankPageDetectOptions _
) As BlankPageDetectResults
'Usage
 
Dim instance As ScanFix
Dim options As BlankPageDetectOptions
Dim value As BlankPageDetectResults
 
value = instance.DetectBlankPage(options)

Parameters

options
An object containing parameters that control the enhancement process.

Return Value

A BlankPageDetectResults object containing information about the results of the detection process.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThrown when required argument value is null.
System.ArgumentOutOfRangeExceptionThrown when argument is out of range.
System.ComponentModel.InvalidEnumArgumentExceptionThrown when argument enum value is invalid.
ScanFixUnsupportedImageExceptionThrown when image type is unsupported.
ScanFixExceptionThrown when operation failed.
Remarks

Use this function if you wish to modify the parameters controlling the analysis.

Note: This method is designed to work with document images only. Using this with photograph images may yield inaccurate or erroneous results.

See Also

Reference

ScanFix Class
ScanFix Members
Overload List

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback