Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

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