DictionaryItemAttribute property (ILEADRasterDocument)
long DictionaryItemAttribute | |
Overview |
Refer to Working with a Dictionary |
Remarks
Gets or sets a value that indicates whether the dictionary item is a literal or a regular expression. Possible values are:
Value |
Meaning |
USER_DICT_LITERAL |
The dictionary item is a literal. |
USER_DICT_REGULAR_EXPRESSION |
The dictionary item is a regular expression. |
This property must be set before calling the SetUserDictionary method or before calling the RemoveItemFromUserDictionary method.
To actually add an item to the user dictionary, use the AddItemToUserDictionary method.
To remove an item from the user dictionary, use the RemoveItemFromUserDictionary method.
See Also