RecAPI.kRecStartWriteImgEx Method (Int32, IMG_INFO, START_CONV,Byte[], IntPtr)
|
See kRecStartWriteImgEx.
Namespace:
OmniPageCSDK.CAPI
Assembly:
OmniPageCSDK.CAPI (in OmniPageCSDK.CAPI.dll) Version: 22.2.0.0 (22.2.24312.100)
Syntax[DllImportAttribute("kernelapi", 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", 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", 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: System.Int32
- img
- Type: OmniPageCSDK.ArgTypes.IMG_INFO
- flags
- Type: OmniPageCSDK.ArgTypes.START_CONV
- palette
- Type:System.Byte[]
- handle
- Type: System.IntPtr
Return Value
Type:
RECERR
See Also