Click or drag to resize

Image.DetectPunchHoles Method

Use this method to detect puncholes in the document.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public IPRORECT[] DetectPunchHoles(
	IPRORECT[] ROIs,
	int MinDiameter,
	int MaxDiameter
)

Parameters

ROIs
Type:Kofax.OmniPageCSDK.IproPlus.IPRORECT[]
MinDiameter
Type: System.Int32
MaxDiameter
Type: System.Int32

Return Value

Type:IPRORECT[]
See Also