RecAPIPlus.RecProcessPagesEx Method
|
Namespace:
Kofax.OmniPageCSDK.CAPI
Assembly:
Kofax.OmniPageCSDK.CAPI (in Kofax.OmniPageCSDK.CAPI.dll) Version: 22.2.0.0 (22.2.22578.100)
Syntaxpublic 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: System.Int32
- pDocFile
- Type: System.String
- pImageFiles
- Type:System.String[]
- callback
- Type: Kofax.OmniPageCSDK.ArgTypes.ONETOUCH_CB
Return Value
Type:
RECERR
See Also