RecAPIkRecDetectPunchHoles Method (Int32, IntPtr, RECT, RECT, UInt32, UInt32)
|
Namespace:
Kofax.OmniPageCSDK.CAPI
Assembly:
Kofax.OmniPageCSDK.CAPI (in Kofax.OmniPageCSDK.CAPI.dll) Version: 21.0.0.0 (21.0.19459.900)
Syntax public static RECERR kRecDetectPunchHoles(
int sid,
IntPtr hPage,
RECT[] ROIs,
out RECT[] Holes,
uint minDiameter,
uint maxDiameter
)
Public Shared Function kRecDetectPunchHoles (
sid As Integer,
hPage As IntPtr,
ROIs As RECT(),
<OutAttribute> ByRef Holes As RECT(),
minDiameter As UInteger,
maxDiameter As UInteger
) As RECERR
public:
static RECERR kRecDetectPunchHoles(
int sid,
IntPtr hPage,
array<RECT>^ ROIs,
[OutAttribute] array<RECT>^% Holes,
unsigned int minDiameter,
unsigned int 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:
RECERRSee Also