Underline property (ILTCharacterOptions)
BOOL Underline | |
Overview |
Refer to Using the Character Options |
Remarks
Gets or sets a value that indicates whether underlined characters that are recognized will be output underlined.
Setting |
Meaning |
TRUE |
An underlined character is output underlined. |
FALSE |
An underlined character is output without an underline. |
This property is updated with the current values when the GetRecognitionResultOptions method is called.
To update the paragraph options for saving the recognition results, set this property and the other ILTCharacterOptions properties accessed by the CharacterOptions property of the ResultOptions property, and call the SetRecognitionResultOptions method.
See Also