ImageGear .NET
ImGearRecMakeupInfo Enumeration




Provides character makeup information.
Syntax
'Declaration
 
Public Enum ImGearRecMakeupInfo 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearRecMakeupInfo
public enum ImGearRecMakeupInfo : System.Enum 
__value public enum ImGearRecMakeupInfo : public System.Enum 
public enum class ImGearRecMakeupInfo : public System.Enum 
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

Reference

ImageGear.Recognition Namespace
Makeup Property

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback