RecAPIkRecDetectFillingMethod Method (Int32, IntPtr, FILLINGMETHOD)
|
Namespace:
Kofax.OmniPageCSDK.CAPI
Assembly:
Kofax.OmniPageCSDK.CAPI (in Kofax.OmniPageCSDK.CAPI.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntax[DllImportAttribute("KernelAPI.dll", CallingConvention = CallingConvention.StdCall,
CharSet = CharSet.Ansi)]
public static RECERR kRecDetectFillingMethod(
int sid,
IntPtr hPage,
out FILLINGMETHOD pocrType
)
<DllImportAttribute("KernelAPI.dll", CallingConvention := CallingConvention.StdCall,
CharSet := CharSet.Ansi>]
Public Shared Function kRecDetectFillingMethod (
sid As Integer,
hPage As IntPtr,
<OutAttribute> ByRef pocrType As FILLINGMETHOD
) As RECERR
public:
[DllImportAttribute(L"KernelAPI.dll", CallingConvention = CallingConvention::StdCall,
CharSet = CharSet::Ansi)]
static RECERR kRecDetectFillingMethod(
int sid,
IntPtr hPage,
[OutAttribute] FILLINGMETHOD% pocrType
)
Parameters
- sid
- Type: SystemInt32
- hPage
- Type: SystemIntPtr
- pocrType
- Type: Kofax.OmniPageCSDK.ArgTypesFILLINGMETHOD
Return Value
Type:
RECERR
See Also