Leadtools.Forms.Ocr Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
OcrCharacterPosition Enumeration
See Also  
Leadtools.Forms.Ocr Namespace : OcrCharacterPosition Enumeration



Recognition character data position information.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
<SerializableAttribute()>
Public Enum OcrCharacterPosition 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As OcrCharacterPosition
C# 
[FlagsAttribute()]
[SerializableAttribute()]
public enum OcrCharacterPosition : Enum 
C++/CLI 
[FlagsAttribute()]
[SerializableAttribute()]
public enum class OcrCharacterPosition : public Enum 

Members

MemberDescription
None None
EndOfLine This is the last character in a line
EndOfParagraph This is the last character in a paragraph
EndOfWord This is the last character of a word
EndOfZone This is the last character in a zone
EndOfPage This is the last character on a page
EndOfCell This is the last character in a cell. (applicable only for OcrZoneType.Table type zones)

Example

For an example, refer to IOcrPage.GetRecognizedCharacters.

Remarks

Since the recognition character data does not contain extra characters for marking the ends of lines, paragraphs, pages, etc, these pieces of information are stored for the particular characters in the OcrCharacter.Position property.

The values of OcrCharacterPosition can be combined together (OR-ed).

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Forms.Ocr.OcrCharacterPosition

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

OcrCharacterPosition requires an OCR module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features