RecAPI.kRecDetectFillingMethod Method (Int32, IntPtr, FILLINGMETHOD)
|
Namespace:
OmniPageCSDK.CAPI
Assembly:
OmniPageCSDK.CAPI (in OmniPageCSDK.CAPI.dll) Version: 22.2.0.0 (22.2.24312.100)
Syntax[DllImportAttribute("kernelapi", CallingConvention = CallingConvention.StdCall,
CharSet = CharSet.Ansi)]
public static RECERR kRecDetectFillingMethod(
int sid,
IntPtr hPage,
out FILLINGMETHOD pocrType
)
<DllImportAttribute("kernelapi", 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", CallingConvention = CallingConvention::StdCall,
CharSet = CharSet::Ansi)]
static RECERR kRecDetectFillingMethod(
int sid,
IntPtr hPage,
[OutAttribute] FILLINGMETHOD% pocrType
)
Parameters
- sid
- Type: System.Int32
- hPage
- Type: System.IntPtr
- pocrType
- Type: OmniPageCSDK.ArgTypes.FILLINGMETHOD
Return Value
Type:
RECERR
See Also