Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void Init(
bool Asynchronously,
[OptionalAttribute] string FileName
)
Public Sub Init (
Asynchronously As Boolean,
<OptionalAttribute> FileName As String
)
public:
void Init(
[InAttribute] bool Asynchronously,
[OptionalAttribute] [InAttribute] String^ FileName
)
Parameters
- Asynchronously
- Type: SystemBoolean
- FileName (Optional)
- Type: SystemString
See Also