The UserDictionary Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Gets the user dictionary settings currently used in the engine.Visual Basic (Declaration) | |
---|---|
ReadOnly Property UserDictionary As IOcrUserDictionary |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As IOcrSpellCheckManager Dim value As IOcrUserDictionary value = instance.UserDictionary |
C# | |
---|---|
IOcrUserDictionary UserDictionary {get;} |
C++/CLI | |
---|---|
property IOcrUserDictionary^ UserDictionary { IOcrUserDictionary^ get(); } |
Property Value
An IOcrUserDictionary interface implementation object that define the user dictionary currently used in the checking subsystem.For an example, refer to IOcrUserDictionary.
Important Note: User dictionaries are only supported in the Advantage OCR engine in this version of LEADTOOLS. Using the functionality of the IOcrUserDictionary interface in any other engine will have no effect on the recognition results.
For more information about the spell checking system, refer to IOcrSpellCheckManager.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7