C#
VB
C++
Values that indicate the different text field types.
[SerializableAttribute()]
public enum OcrTextType
<SerializableAttribute()>
Public Enum OcrTextType
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
[SerializableAttribute()]
public enum class OcrTextType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
0 | FlowText | Flow text type field. |
1 | Table | Table type field. |
2 | Graphic | Field containing graphics. |
3 | Omr | Omr type field. |
4 | Micr | Micr (Magnetic ink character recognition) type field. |
5 | Icr | Icr (hand written) text type field. |
8 | None | None type field. |
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