Accusoft.ScanFixXpress8.Net - Updated
AutoRemoveHolePunch Method




Accusoft.ScanFixXpressSdk Namespace > ScanFix Class : AutoRemoveHolePunch Method
Automatically detects dark marks that resemble hole punches and remove them from image.
Syntax
'Declaration
 
<DebuggerStepThroughAttribute()>
<DebuggerNonUserCodeAttribute()>
Public Function AutoRemoveHolePunch() As AutoRemoveHolePunchResults
'Usage
 
Dim instance As ScanFix
Dim value As AutoRemoveHolePunchResults
 
value = instance.AutoRemoveHolePunch()

Return Value

An AutoRemoveHolePunchResults object containing information about the results of the auto hole removal process.
Exceptions
ExceptionDescription
Thrown when image type is unsupported.
Thrown when operation failed.
Remarks

Note: Use this method if you wish to remove hole punches without setting any parameters.

See Also

Reference

ScanFix Class
ScanFix Members