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