RecAPIkRecEraseOuterObjects Method |
Namespace: Kofax.OmniPageCSDK.CAPI
[DllImportAttribute("KernelAPI.dll", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Ansi)] public static RECERR kRecEraseOuterObjects( int sid, IntPtr hPage, RECT[] rects )
<DllImportAttribute("KernelAPI.dll", CallingConvention := CallingConvention.StdCall, CharSet := CharSet.Ansi>] Public Shared Function kRecEraseOuterObjects ( sid As Integer, hPage As IntPtr, rects As RECT() ) As RECERR
public: [DllImportAttribute(L"KernelAPI.dll", CallingConvention = CallingConvention::StdCall, CharSet = CharSet::Ansi)] static RECERR kRecEraseOuterObjects( int sid, IntPtr hPage, [InAttribute] array<RECT>^ rects )