GetAsStandardDictionaryDescription Method of the DictionaryDescription Object
This method returns the dictionary description as the StandardDictionaryDescription object. If the dictionary description is not a standard dictionary description, NULL is returned.
Syntax
C++
HRESULT GetAsStandardDictionaryDescription( IStandardDictionaryDescription** Result );
C#
IStandardDictionaryDescription GetAsStandardDictionaryDescription();
Visual Basic .NET
Function GetAsStandardDictionaryDescription() As IStandardDictionaryDescription
Parameters
- Result
- [out, retval] A pointer to IStandardDictionaryDescription* pointer variable that receives the interface pointer to the returned StandardDictionaryDescription 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