This method allows you to import a user dictionary from an external source.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void Import(
string UDName,
bool KeepSections,
[OptionalAttribute] string Section
)
Public Sub Import (
UDName As String,
KeepSections As Boolean,
<OptionalAttribute> Section As String
)
public:
void Import(
[InAttribute] String^ UDName,
[InAttribute] bool KeepSections,
[OptionalAttribute] [InAttribute] String^ Section
)
Parameters
- UDName
- Type: System.String
- KeepSections
- Type: System.Boolean
- Section (Optional)
- Type: System.String
See Also