Click or drag to resize

RecAPIkRecLockBitmap Method

See kRecLockBitmap.

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 kRecLockBitmap(
	IntPtr page,
	IMAGEINDEX iiImg,
	bool forWrite,
	out IMG_INFO Img,
	out IntPtr pBitmap
)

Parameters

page
Type: SystemIntPtr
iiImg
Type: Kofax.OmniPageCSDK.ArgTypesIMAGEINDEX
forWrite
Type: SystemBoolean
Img
Type: Kofax.OmniPageCSDK.ArgTypesIMG_INFO
pBitmap
Type: SystemIntPtr

Return Value

Type: RECERR
See Also