←Select platform

TextStyle Property

Summary

Gets or sets a value that determines the text style of the zone.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public OcrTextStyle TextStyle { get; set; } 
Public Property TextStyle As Leadtools.Forms.Ocr.OcrTextStyle 
public Leadtools.Forms.Ocr.OcrTextStyle TextStyle {get; set;} 
@property (nonatomic, assign) LTOcrTextStyle textStyle 
public OcrTextStyle getTextStyle() 
public void setTextStyle(OcrTextStyle value) 
             
 <br/>get_TextStyle();<br/>set_TextStyle(value);<br/>Object.defineProperty('TextStyle');  

Property Value

The text style of the zone. Default value is OcrTextStyle.Normal.

Remarks

This value is updated by AutoZone and can also be set by the user to determine the text style. This value will effect how the final document is generated if the format supports text direction.s

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