←Select platform

FontStyle Property

Summary

Gets or sets the character font attributes.

Syntax
C#
VB
Objective-C
C++
Java
public OcrCharacterFontStyle FontStyle { get; set; } 
Public Property FontStyle As OcrCharacterFontStyle 
@property (nonatomic, assign) LTOcrCharacterFontStyle fontStyle 
public int getFontStyle() 
public void setFontStyle(int value) 
public: 
property OcrCharacterFontStyle FontStyle { 
   OcrCharacterFontStyle get(); 
   void set (    OcrCharacterFontStyle ); 
} 

Property Value

One or more OcrCharacterFontStyle enumeration members containing the attributes of the character.

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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly