Engine.LoadLicenseFile Method
|
Use this method to load a license file.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void LoadLicenseFile(
string FileName,
int OEMID,
int OEMPW
)
Public Sub LoadLicenseFile (
FileName As String,
OEMID As Integer,
OEMPW As Integer
)
public:
void LoadLicenseFile(
[InAttribute] String^ FileName,
[InAttribute] int OEMID,
[InAttribute] int OEMPW
)
Parameters
- FileName
- Type: System.String
- OEMID
- Type: System.Int32
- OEMPW
- Type: System.Int32
See Also