Click or drag to resize

RecAPI.kRecStartReadImg Method (Int32, IntPtr, IMAGEINDEX, IMG_ROTATE, UInt16)

Note: This API is now obsolete.

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

Parameters

sid
Type: System.Int32
hPage
Type: System.IntPtr
iiImg
Type: OmniPageCSDK.ArgTypes.IMAGEINDEX
imgRotation
Type: OmniPageCSDK.ArgTypes.IMG_ROTATE
pBytes
Type: System.UInt16

Return Value

Type: RECERR
See Also