←Select platform

OcrTextStyle Enumeration

Summary

The style of a text zone.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[SerializableAttribute()] 
public enum OcrTextStyle   
<SerializableAttribute()> 
Public Enum OcrTextStyle  
    
    
[SerializableAttribute()] 
public enum OcrTextStyle    
typedef NS_ENUM(NSInteger, LTOcrTextStyle) 
public enum OcrTextStyle 
Leadtools.Forms.Ocr.OcrTextStyle = function() { }; 
Leadtools.Forms.Ocr.OcrTextStyle.prototype = {<br/> 
  Normal = 0, 
    Header = 1, 
    Footer = 2, 
    Heading = 3, 
     
 }; 
[SerializableAttribute()] 
public enum class OcrTextStyle   

Members

ValueMemberDescription
0Normal Normal (flow text).
1Header In header section of the page. Usually smaller font.
2Footer In footer section of the page. Usually smaller font.
3Heading Heading is a text by itself. You can use FontRatio to calculate the type of the heading (h1, h2, h3, etc).
Remarks

Used as value for OcrZone.TextStyle to determine the style of the text.

Requirements

Target Platforms

See Also

Reference

Leadtools.Forms.Ocr Namespace

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