The OcrTextType Enumeration is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Values that indicate the different text field types.| Visual Basic (Declaration) | |
|---|---|
<SerializableAttribute()> Public Enum OcrTextType Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As OcrTextType | |
| C# | |
|---|---|
[SerializableAttribute()] public enum OcrTextType : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
[SerializableAttribute()] public enum class OcrTextType : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| AutoGraphic | Field containing graphics (certain). |
| Caption | Caption type field. |
| Column | Column type field. |
| FlowText | Flow text type field. |
| Footer | Footer type field. |
| Graphic | Field containing graphics. |
| Header | Header type field. |
| Other | Other field type. |
| Table | Table type field. |
| Title | Title type field. |
| VerticalText | Vertical text field. |
System.Object
System.ValueType
System.Enum
Leadtools.Forms.Processing.OcrTextType
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code