ImageGear for .NET
ImGearRecMakeupInfo Enumeration
See Also  Send Feedback
ImageGear21.Recognition Assembly > ImageGear.Recognition Namespace : ImGearRecMakeupInfo Enumeration




Glossary Item Box

Provides character makeup information.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Members

MemberValueDescription
ENDOFCELL0x00000020 The character is the last one in a cell.
ENDOFLINE0x00000001 The character is the last one in a line.
ENDOFPAGE0x00000010 The character is the last one on the page.
ENDOFPARA0x00000002 The character is the last one in a paragraph.
ENDOFROW0x00000040 End of the last line of the last filled cell of a table row.
ENDOFWORD0x00000004 The character is the last one of a word.
ENDOFZONE0x00000008 The character is the last one of a zone.
INTABLE0x00000080 Letter is in a table cell.
LEFTTEXT0x00000200 Left rotated / orientation's upward.
NORMTEXT0x00000000 Normal text.
RIGHTTEXT0x00000300 Right rotated / orientation's downward.
TEXT_DIR_MASK0x00000700 Mask of text direction in makeup property.
VERTTEXT0x00000100 Vertical text / neon text.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Recognition.ImGearRecMakeupInfo

See Also

©2013. Accusoft Corporation. All Rights Reserved.