←Select platform

FontSize Property

Summary

Gets or sets the font size of the character in points.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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');  
public: 
property int FontSize { 
   int get(); 
   void set (    int ); 
} 

Property Value

The font size of the character in points.

Remarks

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.

Example

For an example, refer to IOcrPage.GetRecognizedCharacters.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly