Click or drag to resize

RecAPIkRecStartWriteImgEx Method (Int32, IMG_INFO, START_CONV, Byte, 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)
Syntax
[DllImportAttribute("KernelAPI.dll", CallingConvention = CallingConvention.StdCall, 
	CharSet = CharSet.Ansi)]
public static RECERR kRecStartWriteImgEx(
	int sid,
	IMG_INFO img,
	START_CONV flags,
	byte[] palette,
	out IntPtr handle
)

Parameters

sid
Type: SystemInt32
img
Type: Kofax.OmniPageCSDK.ArgTypesIMG_INFO
flags
Type: Kofax.OmniPageCSDK.ArgTypesSTART_CONV
palette
Type: SystemByte
handle
Type: SystemIntPtr

Return Value

Type: RECERR
See Also