RecAPIPlusRecProcessPagesEx Method
|
Namespace:
Kofax.OmniPageCSDK.CAPI
Assembly:
Kofax.OmniPageCSDK.CAPI (in Kofax.OmniPageCSDK.CAPI.dll) Version: 21.0.0.0 (21.0.19459.900)
Syntax public static RECERR RecProcessPagesEx(
int sid,
string pDocFile,
string[] pImageFiles,
ONETOUCH_CB callback
)
Public Shared Function RecProcessPagesEx (
sid As Integer,
pDocFile As String,
pImageFiles As String(),
callback As ONETOUCH_CB
) As RECERR
public:
static RECERR RecProcessPagesEx(
int sid,
String^ pDocFile,
array<String^>^ pImageFiles,
ONETOUCH_CB^ callback
)
Parameters
- sid
- Type: SystemInt32
- pDocFile
- Type: SystemString
- pImageFiles
- Type: SystemString
- callback
- Type: Kofax.OmniPageCSDK.ArgTypesONETOUCH_CB
Return Value
Type:
RECERRSee Also