Click or drag to resize

UDManager.Import Method

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
Syntax
public void Import(
	string UDName,
	bool KeepSections,
	[OptionalAttribute] string Section
)

Parameters

UDName
Type: System.String
KeepSections
Type: System.Boolean
Section (Optional)
Type: System.String
See Also