RecAPIPlusRecGetOutputLevel Method
|
Namespace:
Kofax.OmniPageCSDK.CAPI
Assembly:
Kofax.OmniPageCSDK.CAPI (in Kofax.OmniPageCSDK.CAPI.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntax[DllImportAttribute("RecAPIPlus.dll", CallingConvention = CallingConvention.StdCall,
CharSet = CharSet.Ansi)]
public static RECERR RecGetOutputLevel(
int sid,
out OUTPUTLEVEL outLevel
)
<DllImportAttribute("RecAPIPlus.dll", CallingConvention := CallingConvention.StdCall,
CharSet := CharSet.Ansi>]
Public Shared Function RecGetOutputLevel (
sid As Integer,
<OutAttribute> ByRef outLevel As OUTPUTLEVEL
) As RECERR
public:
[DllImportAttribute(L"RecAPIPlus.dll", CallingConvention = CallingConvention::StdCall,
CharSet = CharSet::Ansi)]
static RECERR RecGetOutputLevel(
int sid,
[OutAttribute] OUTPUTLEVEL% outLevel
)
Parameters
- sid
- Type: SystemInt32
- outLevel
- Type: Kofax.OmniPageCSDK.ArgTypesOUTPUTLEVEL
Return Value
Type:
RECERR
See Also