GetAsUserDictionaryDescription Method of the DictionaryDescription Object
This method returns the dictionary description as the UserDictionaryDescription object. If the dictionary description is not a user dictionary description, NULL is returned.
Syntax
C++
HRESULT GetAsUserDictionaryDescription( IUserDictionaryDescription** Result );
C#
IUserDictionaryDescription GetAsUserDictionaryDescription();
Visual Basic .NET
Function GetAsUserDictionaryDescription() As IUserDictionaryDescription
Parameters
- Result
- [out, retval] A pointer to IUserDictionaryDescription* pointer variable that receives the interface pointer to the returned UserDictionaryDescription object.
Return values
This method has no specific return values. It returns the standard return codes of ABBYY FineReader Engine functions.
See also
9/17/2024 3:14:41 PM