ImageGear .NET - Updated
ImGearRecMakeupInfo Enumeration




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace : 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
MemberDescription
ENDOFCELL The character is the last one in a cell.
ENDOFLINE The character is the last one in a line.
ENDOFPAGE The character is the last one on the page.
ENDOFPARA The character is the last one in a paragraph.
ENDOFROW End of the last line of the last filled cell of a table row.
ENDOFWORD The character is the last one of a word.
ENDOFZONE The character is the last one of a zone.
INTABLE Letter is in a table cell.
LEFTTEXT Left rotated / orientation's upward.
NORMTEXT Normal text.
RIGHTTEXT Right rotated / orientation's downward.
TEXT_DIR_MASK Mask of text direction in makeup property.
VERTTEXT Vertical text / neon text.
Inheritance Hierarchy

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

See Also

Reference

ImageGear.Recognition Namespace
Makeup Property