SelOutputFont property (ILTCharacterOptions)
MODE_SELECTOR SelOutputFont | |
Overview |
Refer to Using the Character Options |
Remarks
Gets or sets a value that indicates whether the font names and character sizes are exported, and if so, are they calculated or predefined. For a list of possible values, refer to MODE_SELECTOR.
This property is updated with the current value 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