Gets or sets a value that determines the text style of the zone.
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');
public:
property Leadtools.Forms.Ocr.OcrTextStyle TextStyle {
Leadtools.Forms.Ocr.OcrTextStyle get();
void set ( Leadtools.Forms.Ocr.OcrTextStyle );
}
The text style of the zone. Default value is OcrTextStyle.Normal.
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
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