Flags property (ILTRecognizedCharacters)
long Flags | |
Overview |
Refer to Using Recognized Characters |
Remarks
Gets or sets a value that indicates whether a character is the end of a line, word, zone, etc. For a list of possible values, refer to CHARFLAGS.
This property is updated with the current setting when the GetRecognizedCharacters method is called.
To update the set of recognized characters, set this property and the other ILTRecognizedCharacters properties accessed by the RecognizedCharacter property and call the SetRecognizedCharacters method.
See Also