Chinese Simplified (简体中文)

AddNew Method of the DictionaryDescriptions Object

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

24.03.2023 8:51:52

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.