Click or drag to resize

RecAPIkRecStartReadImg Method (Int32, IntPtr, IMAGEINDEX, RECT, IMG_ROTATE, UInt16)

Note: This API is now obsolete.

Namespace:  Kofax.OmniPageCSDK.CAPI
Assembly:  Kofax.OmniPageCSDK.CAPI (in Kofax.OmniPageCSDK.CAPI.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntax
[ObsoleteAttribute("Insecure for managed code. Use the more advanced kRecGetImgArea function.")]
public static RECERR kRecStartReadImg(
	int sid,
	IntPtr hPage,
	IMAGEINDEX iiImg,
	RECT pRect,
	IMG_ROTATE imgRotation,
	out ushort pBytes
)

Parameters

sid
Type: SystemInt32
hPage
Type: SystemIntPtr
iiImg
Type: Kofax.OmniPageCSDK.ArgTypesIMAGEINDEX
pRect
Type: Kofax.OmniPageCSDK.ArgTypesRECT
imgRotation
Type: Kofax.OmniPageCSDK.ArgTypesIMG_ROTATE
pBytes
Type: SystemUInt16

Return Value

Type: RECERR
See Also