ImageGear .NET v25.2 - Updated
ImageGear.Processing.Advanced 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 punch holes 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)
    public static void RemovePunchHoles( 
       ImGearPage page,
       ImGearICPunchHoleOptions options
    )
    public: static void RemovePunchHoles( 
       ImGearPage* page,
       ImGearICPunchHoleOptions* options
    ) 
    public:
    static void RemovePunchHoles( 
       ImGearPage^ page,
       ImGearICPunchHoleOptions^ options
    ) 

    Parameters

    page
    1-bit ImGearPage object to apply the method to.
    options
    Method options.
    Remarks
    This method automatically detects and removes the punch holes 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 punch holes.
    See Also