Skip to main content
This method creates a new dictionary description of the specified type and adds into the collection.

Syntax

C++

HRESULT AddNew(
  DictionaryTypeEnum       Type,
  IDictionaryDescription** Result
);

C#

DictionaryDescription AddNew( DictionaryTypeEnum Type );

Visual Basic .NET

Function AddNew(Type As DictionaryTypeEnum) As DictionaryDescription

Parameters

Type [in] Specifies the type of the dictionary description. It can be one of the DictionaryTypeEnum constants. Result [out, retval] A variable of type IDictionaryDescription* that receives a pointer to the interface of the newly added DictionaryDescription object.

Return values

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

See also

DictionaryDescriptions