Reset Method of the EnumDictionaryWords Object
This method restarts the iteration. This method may be called any time during iteration to reset the iteration.
Syntax
C++
HRESULT Reset();
    
  C#
void Reset();
    
  Visual Basic .NET
Sub Reset()
    
  Return values
This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.
See also
9/17/2024 3:14:41 PM