AddNew Method of the DictionaryDescriptions Object
This method creates a new dictionary description of the specified type and adds into the collection.
Syntax
HRESULT AddNew( DictionaryTypeEnum Type, IDictionaryDescription** Result );
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
03.07.2024 8:50:25