This method returns an object of the EnumDictionaryWords type that allows you to iterate through the words in the dictionary. This method makes a copy of the dictionary, and thus all the modifications that are performed upon the dictionary after getting the EnumDictionaryWords object do not affect the latter. That is, if a word is added to the dictionary after the EnumDictionaryWords object was received for it, this word will not be included in iteration.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.
Dictionary
EnumWords Method of the Dictionary Object
EnumWords method of the Dictionary Object in the ABBYY FineReader Engine API — Returns an EnumDictionaryWords enumerator for iterating the dictionary’s words; subsequent modifications to the dictionary do not affect the enumerator.
