Gets or sets the font size of the character in points.
public int FontSize { get; set; }
Public Property FontSize As Integer
public int FontSize {get; set;}
@property (nonatomic, assign) CGFloat fontSize
public int getFontSize()
public void setFontSize(int value)
<br/>get_FontSize();<br/>set_FontSize(value);<br/>Object.defineProperty('FontSize');
The font size of the character in points.
To get the recognized characters of a page, call IOcrPage.GetRecognizedCharacters after IOcrPage.Recognize.
To update the recognized characters of a page, call IOcrPage.GetRecognizedCharacters before calling IOcrDocument.Save, or IOcrDocument.SaveAsync, IOcrDocument.SaveXml or or IOcrDocument.SaveXmlAsync.
For an example, refer to IOcrPage.GetRecognizedCharacters.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET