Accusoft.ScanFixXpress8.Net
DetectBlankRectangle Method




An object containing parameters that control the enhancement process.
Analyzes a rectangular area of an image to determine if the amount of data there is low enough to be considered blank.
Syntax
'Declaration
 
<DebuggerNonUserCodeAttribute()>
<DebuggerStepThroughAttribute()>
Public Function DetectBlankRectangle( _
   ByVal options As BlankRectangleDetectOptions _
) As BlankRectangleDetectResults
'Usage
 
Dim instance As ScanFix
Dim options As BlankRectangleDetectOptions
Dim value As BlankRectangleDetectResults
 
value = instance.DetectBlankRectangle(options)

Parameters

options
An object containing parameters that control the enhancement process.

Return Value

A BlankRectangleDetectResults object containing information about the results of the rectangle 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

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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback