Gets or sets the character font attributes.
public OcrCharacterFontStyle FontStyle { get; set; }
Public Property FontStyle As Leadtools.Forms.Ocr.OcrCharacterFontStyle
public Leadtools.Forms.Ocr.OcrCharacterFontStyle FontStyle {get; set;}
@property (nonatomic, assign) LTOcrCharacterFontStyle fontStyle
public int getFontStyle()
public void setFontStyle(int value)
<br/>get_FontStyle();<br/>set_FontStyle(value);<br/>Object.defineProperty('FontStyle');
public:
property Leadtools.Forms.Ocr.OcrCharacterFontStyle FontStyle {
Leadtools.Forms.Ocr.OcrCharacterFontStyle get();
void set ( Leadtools.Forms.Ocr.OcrCharacterFontStyle );
}
One or more OcrCharacterFontStyle enumeration members containing the attributes of the character.
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.
Note: This property is not supported in the LEADTOOLS OCR Advantage Engine.
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