Skip to main content
This method deletes a group of words from the dictionary.

Syntax

C++

HRESULT DeleteWords( IStringCollection* Words );

C#

HRESULT DeleteWords( IStringCollection Words );

Visual Basic .NET

Sub DeleteWords(Words As IStringsCollection)

Parameters

Words [in] This parameter of the StringsCollection type contains the collection of words to be deleted. If any of the deleted words is not present in the dictionary, no error is returned.

Return values

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

Remarks

To delete a single word or all words from the dictionary, use the IDictionary::DeleteWord or IDictionary::DeleteAllWords method, respectively.

See also

Dictionary DeleteWord DeleteAllWords