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
)
<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: 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