SetDictionary Method of the ExternalDictionaryDescription Object
This method attaches an external dictionary.
Syntax
C++
HRESULT SetDictionary( IExternalDictionary* Dictionary );
C#
void SetDictionary( IExternalDictionary Dictionary );
Visual Basic .NET
Sub SetDictionary(Dictionary As IExternalDictionary)
Parameters
- Dictionary
- [in] This parameter contains a pointer to the IExternalDictionary interface which represents an external dictionary.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.
See also
17.09.2024 15:14:41