RecAPIkRecGetScanBrightness Method |
Namespace: Kofax.OmniPageCSDK.CAPI
[DllImportAttribute("KernelAPI.dll", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Ansi)] public static RECERR kRecGetScanBrightness( int sid, out uint pBrightness )
<DllImportAttribute("KernelAPI.dll", CallingConvention := CallingConvention.StdCall, CharSet := CharSet.Ansi>] Public Shared Function kRecGetScanBrightness ( sid As Integer, <OutAttribute> ByRef pBrightness As UInteger ) As RECERR
public: [DllImportAttribute(L"KernelAPI.dll", CallingConvention = CallingConvention::StdCall, CharSet = CharSet::Ansi)] static RECERR kRecGetScanBrightness( int sid, [OutAttribute] unsigned int% pBrightness )