Edit Method of the Dictionary Object
This method displays the Dictionary dialog box that allows a user to edit the dictionary. This dialog box allows a user to import any text file in Windows ANSI- and Unicode-encoding (the only requirement is that words must be separated by spaces or other non-alphabetic characters).
Syntax
C++
HRESULT Edit();
C#
void Edit();
Visual Basic .NET
Sub Edit()
Return values
This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.
Remarks
The dialog box that this methods displays will have the value of the IDictionary::Name property as its caption. For correct operation of this method it is necessary to assign a correct value to the IEngine::ParentWindow property.
See also
9/17/2024 3:14:41 PM