ScanFix Xpress v9.0 for .NET - Updated
RemoveBlobs(BlobRemovalOptions) Method




Accusoft.ScanFixXpressSdk Namespace > ScanFix Class > RemoveBlobs Method : RemoveBlobs(BlobRemovalOptions) Method
An object containing parameters that control the enhancement process.
Locates and removes large black objects in bitonal images.
Syntax
'Declaration
 
Public Overloads Function RemoveBlobs( _
   ByVal options As BlobRemovalOptions _
) As BlobRemovalResults
'Usage
 
Dim instance As ScanFix
Dim options As BlobRemovalOptions
Dim value As BlobRemovalResults
 
value = instance.RemoveBlobs(options)
public BlobRemovalResults RemoveBlobs( 
   BlobRemovalOptions options
)
public: BlobRemovalResults* RemoveBlobs( 
   BlobRemovalOptions* options
) 
public:
BlobRemovalResults^ RemoveBlobs( 
   BlobRemovalOptions^ options
) 

Parameters

options
An object containing parameters that control the enhancement process.

Return Value

A BlobRemovalResults object containing information about the results of the blob removal process.
Exceptions
ExceptionDescription
Thrown when required argument value is null.
Thrown when argument is out of range.
Thrown when argument enum value is invalid.
Thrown when image type is unsupported.
Thrown when operation failed.
Remarks

Note: Use this function if you wish to modify the parameters controlling the enhancement.

See Also

Reference

ScanFix Class
ScanFix Members
Overload List

Is this page helpful?
Yes No
Thanks for your feedback.