RecAPIkRecGetUserDictionary Method (Int32, String)
|
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 kRecGetUserDictionary(
int sid,
out string pFilename
)
Public Shared Function kRecGetUserDictionary (
sid As Integer,
<OutAttribute> ByRef pFilename As String
) As RECERR
public:
static RECERR kRecGetUserDictionary(
int sid,
[OutAttribute] String^% pFilename
)
Parameters
- sid
- Type: SystemInt32
- pFilename
- Type: SystemString
Return Value
Type:
RECERRSee Also