Provides character makeup information.
            
            Syntax
            Members
| Member | Description | 
| 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