Namespace:
Kofax.OmniPageCSDK.Objects
Assembly:
Kofax.OmniPageCSDK.Objects (in Kofax.OmniPageCSDK.Objects.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntaxpublic static void Init(
IntPtr hwnd,
string scanini,
SCAN_INI iniloc,
string isiscustid
)
Public Shared Sub Init (
hwnd As IntPtr,
scanini As String,
iniloc As SCAN_INI,
isiscustid As String
)
public:
static void Init(
IntPtr hwnd,
String^ scanini,
SCAN_INI iniloc,
String^ isiscustid
)
Parameters
- hwnd
- Type: SystemIntPtr
- scanini
- Type: SystemString
- iniloc
- Type: Kofax.OmniPageCSDK.ArgTypesSCAN_INI
- isiscustid
- Type: SystemString
See Also