ScanFix Xpress v9.0 for .NET - Updated
AutoRemoveHolePunch Method




Accusoft.ScanFixXpressSdk Namespace > ScanFix Class : AutoRemoveHolePunch Method
Automatically detect dark marks that resemble hole punches and remove them from image.
Syntax
'Declaration
 
Public Function AutoRemoveHolePunch() As AutoRemoveHolePunchResults
'Usage
 
Dim instance As ScanFix
Dim value As AutoRemoveHolePunchResults
 
value = instance.AutoRemoveHolePunch()
public AutoRemoveHolePunchResults AutoRemoveHolePunch()
public: AutoRemoveHolePunchResults* AutoRemoveHolePunch(); 
public:
AutoRemoveHolePunchResults^ 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

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