←Select platform

TextStyle Property

Summary
Gets or sets a value that determines the text style of the zone.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public OcrTextStyle TextStyle { get; set; } 
@property (nonatomic, assign) LTOcrTextStyle textStyle; 
public OcrTextStyle getTextStyle() 
public void setTextStyle(OcrTextStyle value) 
public: 
property OcrTextStyle TextStyle { 
   OcrTextStyle get(); 
   void set (    OcrTextStyle ); 
} 
TextStyle # get and set (OcrZone) 

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

Leadtools.Ocr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.