Skip to main content
This method returns the dictionary description as the RegExpDictionaryDescription object. If the dictionary description is not a regular-expression-based dictionary description, NULL is returned.

Syntax

C++

HRESULT GetAsRegExpDictionaryDescription( IRegExpDictionaryDescription** Result );

C#

IRegExpDictionaryDescription GetAsRegExpDictionaryDescription();

Visual Basic .NET

Function GetAsRegExpDictionaryDescription() As IRegExpDictionaryDescription

Parameters

Result [out, retval] A pointer to IRegExpDictionaryDescription* pointer variable that receives the interface pointer to the returned RegExpDictionaryDescription object.

Return values

This method has no specific return values. It returns the standard return codes of ABBYY FineReader Engine functions.

See also

DictionaryDescription RegExpDictionaryDescription