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: 21.0.0.0 (21.0.19459.900)
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
)
<DllImportAttribute("KernelAPI.dll", CallingConvention := CallingConvention.StdCall,
CharSet := CharSet.Ansi>]
Public Shared Function kRecStartWriteImgEx (
sid As Integer,
img As IMG_INFO,
flags As START_CONV,
palette As Byte(),
<OutAttribute> ByRef handle As IntPtr
) As RECERR
public:
[DllImportAttribute(L"KernelAPI.dll", CallingConvention = CallingConvention::StdCall,
CharSet = CharSet::Ansi)]
static RECERR kRecStartWriteImgEx(
int sid,
[InAttribute] IMG_INFO^ img,
START_CONV flags,
array<unsigned char>^ palette,
[OutAttribute] 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:
RECERRSee Also