Size property (ILTCharacterOptions)
short Size | |
Overview |
Refer to Using the Character Options |
Remarks
Gets or sets the character size setting for a pre-defined font to be output. This property is used only if the SelOutputFont property is SELPREDEFINED.
Each of the font names in the FontNames property have the same size.
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