RecAPIkRecStartReadImg Method (Int32, IntPtr, IMAGEINDEX, IMG_ROTATE, UInt16)
|
Note: This API is now obsolete.
Namespace:
Kofax.OmniPageCSDK.CAPI
Assembly:
Kofax.OmniPageCSDK.CAPI (in Kofax.OmniPageCSDK.CAPI.dll) Version: 21.0.0.0 (21.0.19459.900)
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
)
<ObsoleteAttribute("Insecure for managed code. Use the more advanced kRecGetImgArea function.")>
Public Shared Function kRecStartReadImg (
sid As Integer,
hPage As IntPtr,
iiImg As IMAGEINDEX,
imgRotation As IMG_ROTATE,
<OutAttribute> ByRef pBytes As UShort
) As RECERR
public:
[ObsoleteAttribute(L"Insecure for managed code. Use the more advanced kRecGetImgArea function.")]
static RECERR kRecStartReadImg(
int sid,
IntPtr hPage,
IMAGEINDEX iiImg,
IMG_ROTATE imgRotation,
[OutAttribute] unsigned short% pBytes
)
Parameters
- sid
- Type: SystemInt32
- hPage
- Type: SystemIntPtr
- iiImg
- Type: Kofax.OmniPageCSDK.ArgTypesIMAGEINDEX
- imgRotation
- Type: Kofax.OmniPageCSDK.ArgTypesIMG_ROTATE
- pBytes
- Type: SystemUInt16
Return Value
Type:
RECERRSee Also