←Select platform

OcrTextType Enumeration

Summary

Values that indicate the different text field types.

Syntax

C#
VB
C++
[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

ValueMemberDescription
0FlowTextFlow text type field.
1TableTable type field.
2GraphicField containing graphics.
3OmrOmr type field.
4MicrMicr (Magnetic ink character recognition) type field.
5IcrIcr (hand written) text type field.
8NoneNone type field.
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly