ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Processing.ImageClean Namespace / ImGearIC Class / RemovePunchHoles Method
1-bit ImGearPage object to apply the method to.
Method options.




In This Topic
RemovePunchHoles Method
In This Topic
Detects and removes any hole puncher marks on the page.
Syntax
'Declaration
 
Public Shared Sub RemovePunchHoles( _
   ByVal page As ImGearPage, _
   ByVal options As ImGearICPunchHoleOptions _
) 
 
'Usage
 
Dim page As ImGearPage
Dim options As ImGearICPunchHoleOptions
 
ImGearIC.RemovePunchHoles(page, options)

Parameters

page
1-bit ImGearPage object to apply the method to.
options
Method options.
Remarks
This method automatically detects and removes the hole puncher marks on the 1-bit scanned image. It works for most common hole puncher standards including 2, 3, 4 and 5 hole puncher marks. The method takes a 1-bit image page and the set of advanced parameters specifying the location and diameter of the hole puncher marks.
See Also