←Select platform

TextStyle Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public OcrTextStyle TextStyle { get; set; } 
Public Property TextStyle As OcrTextStyle 
@property (nonatomic, assign) LTOcrTextStyle textStyle 
public OcrTextStyle getTextStyle() 
public void setTextStyle(OcrTextStyle value) 
public: 
property OcrTextStyle TextStyle { 
   OcrTextStyle get(); 
   void set (    OcrTextStyle ); 
} 

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

Leadtools.Ocr Assembly