Click or drag to resize

RecAPIkRecDetectPunchHoles Method (Int32, IntPtr, RECT, RECT, UInt32, UInt32)

Namespace:  Kofax.OmniPageCSDK.CAPI
Assembly:  Kofax.OmniPageCSDK.CAPI (in Kofax.OmniPageCSDK.CAPI.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntax
public static RECERR kRecDetectPunchHoles(
	int sid,
	IntPtr hPage,
	RECT[] ROIs,
	out RECT[] Holes,
	uint minDiameter,
	uint maxDiameter
)

Parameters

sid
Type: SystemInt32
hPage
Type: SystemIntPtr
ROIs
Type: Kofax.OmniPageCSDK.ArgTypesRECT
Holes
Type: Kofax.OmniPageCSDK.ArgTypesRECT
minDiameter
Type: SystemUInt32
maxDiameter
Type: SystemUInt32

Return Value

Type: RECERR
See Also