←Select platform

FontSize Property

Summary
Gets or sets the font size of the character in points.
Syntax
C#
VB
Objective-C
C++
Java
public int FontSize { get; set; } 
Public Property FontSize As Integer 
@property (nonatomic, assign) CGFloat fontSize 
public int getFontSize() 
public void setFontSize(int value) 
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.SaveXml.

Example

For an example, refer to IOcrPage.GetRecognizedCharacters.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.