ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Processing.ImageClean Namespace / ImGearICVerifier Class / CanApplyRemovePunchHoles Method
ImGearPage object to verify.




In This Topic
CanApplyRemovePunchHoles Method
In This Topic
Checks if ImGearIC.RemovePunchHoles method can be applied to ImGearPage.
Syntax
'Declaration
 
Public Function CanApplyRemovePunchHoles( _
   ByVal page As ImGearPage _
) As Boolean
 
'Usage
 
Dim instance As ImGearICVerifier
Dim page As ImGearPage
Dim value As Boolean
 
value = instance.CanApplyRemovePunchHoles(page)

Parameters

page
ImGearPage object to verify.

Return Value

True ImGearIC.RemovePunchHoles method can be applied to the specified page.
False ImGearIC.RemovePunchHoles method cannot be applied to the specified page.
Example
See Also