RecAPIkRecStartWriteImgEx Method (Int32, IMG_INFO, START_CONV, IntPtr)
|
See kRecStartWriteImgEx.
Namespace:
Kofax.OmniPageCSDK.CAPI
Assembly:
Kofax.OmniPageCSDK.CAPI (in Kofax.OmniPageCSDK.CAPI.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntaxpublic static RECERR kRecStartWriteImgEx(
int sid,
IMG_INFO img,
START_CONV flags,
out IntPtr handle
)
Public Shared Function kRecStartWriteImgEx (
sid As Integer,
img As IMG_INFO,
flags As START_CONV,
<OutAttribute> ByRef handle As IntPtr
) As RECERR
public:
static RECERR kRecStartWriteImgEx(
int sid,
[InAttribute] IMG_INFO^ img,
START_CONV flags,
[OutAttribute] IntPtr% handle
)
Parameters
- sid
- Type: SystemInt32
- img
- Type: Kofax.OmniPageCSDK.ArgTypesIMG_INFO
- flags
- Type: Kofax.OmniPageCSDK.ArgTypesSTART_CONV
- handle
- Type: SystemIntPtr
Return Value
Type:
RECERR
See Also