RecAPIPlus.RecInitPlus 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 RecInitPlus(
string companyName,
string productName
)
Public Shared Function RecInitPlus (
companyName As String,
productName As String
) As RECERR
public:
static RECERR RecInitPlus(
String^ companyName,
String^ productName
)
Parameters
- companyName
- Type: System.String
- productName
- Type: System.String
Return Value
Type:
RECERR
See Also