C#
VB
Java
Objective-C
WinRT C#
C++
The style of a text zone.
[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
| Value | Member | Description |
|---|---|---|
| 0 | Normal | Normal (flow text). |
| 1 | Header | In header section of the page. Usually smaller font. |
| 2 | Footer | In footer section of the page. Usually smaller font. |
| 3 | Heading | Heading is a text by itself. You can use FontRatio to calculate the type of the heading (h1, h2, h3, etc). |
Used as value for OcrZone.TextStyle to determine the style of the text.
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
