Click or drag to resize

RecAPI.kRecLockBitmap Method

See kRecLockBitmap.

Namespace:  Kofax.OmniPageCSDK.CAPI
Assembly:  Kofax.OmniPageCSDK.CAPI (in Kofax.OmniPageCSDK.CAPI.dll) Version: 22.2.0.0 (22.2.22578.100)
Syntax
public static RECERR kRecLockBitmap(
	IntPtr page,
	IMAGEINDEX iiImg,
	bool forWrite,
	out IMG_INFO Img,
	out IntPtr pBitmap
)

Parameters

page
Type: System.IntPtr
iiImg
Type: Kofax.OmniPageCSDK.ArgTypes.IMAGEINDEX
forWrite
Type: System.Boolean
Img
Type: Kofax.OmniPageCSDK.ArgTypes.IMG_INFO
pBitmap
Type: System.IntPtr

Return Value

Type: RECERR
See Also