Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
Leadtools.Forms.Ocr Assembly > Leadtools.Forms.Ocr Namespace : OcrTextStyle Enumeration |
[SerializableAttribute()] public enum OcrTextStyle : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
<SerializableAttribute()> Public Enum OcrTextStyle Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As OcrTextStyle
[SerializableAttribute()] public enum OcrTextStyle : System.IComparable, System.IConvertible, System.IFormattable
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 : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
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.
System.Object
System.ValueType
System.Enum
Leadtools.Forms.Ocr.OcrTextStyle