L_DocGetUserDictionaryState
#include "ltdoc.h"
L_BOOL EXT_FUNCTION L_DocGetUserDictionaryState(hDoc)
L_HDOC hDoc; |
/* handle to the OCR document */ |
Indicates whether or not the user dictionary has been changed since it was saved or created.
Parameter |
Description |
hDoc |
Handle to the OCR document. |
Returns
TRUE |
The user dictionary has been modified since it was last saved or since it was opened/created. |
FALSE |
The user dictionary has not been modified. |
Comments
Changes to the dictionary include adding or deleting user dictionary items.
Required DLLs and Libraries
LTDOC For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
See Also
Functions: |
L_DocSetUserDictionary, L_DocGetUserDictionary, L_DocGetUserDictionarySection, L_DocGetUserDictionarySectionItem, L_DocAddItemToUserDictionary, L_DocRemoveItemFromUserDictionary |
Topics: |
|
|
Example
For an example, refer to L_DocGetUserDictionary.