RecAPIkRecGetCombInfo Method |
Namespace: Kofax.OmniPageCSDK.CAPI
[DllImportAttribute("KernelAPI.dll", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Ansi)] public static RECERR kRecGetCombInfo( IntPtr hPage, int xZone, out bool hasTopBorder, out COMB_SPLITTER_HEIGHT splitterHeight )
<DllImportAttribute("KernelAPI.dll", CallingConvention := CallingConvention.StdCall, CharSet := CharSet.Ansi>] Public Shared Function kRecGetCombInfo ( hPage As IntPtr, xZone As Integer, <OutAttribute> ByRef hasTopBorder As Boolean, <OutAttribute> ByRef splitterHeight As COMB_SPLITTER_HEIGHT ) As RECERR
public: [DllImportAttribute(L"KernelAPI.dll", CallingConvention = CallingConvention::StdCall, CharSet = CharSet::Ansi)] static RECERR kRecGetCombInfo( IntPtr hPage, int xZone, [OutAttribute] bool% hasTopBorder, [OutAttribute] COMB_SPLITTER_HEIGHT% splitterHeight )