Bold property (ILTCharacterOptions)
BOOL Bold | |
Overview |
Refer to Using the Character Options |
Remarks
Gets or sets a value that indicates whether bold characters will be output as bold.
Setting |
Meaning |
TRUE |
Bold characters are output in bold font. |
FALSE |
Bold characters are not output in bold font. |
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.
If the OCR engine recognizes a bold character, but the Bold property is set to FALSE, the character will be output as not bold.
See Also