ImageGear22.Recognition Assembly > ImageGear.Recognition Namespace : ImGearRecMakeupInfo Enumeration |
'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
Member | Value | Description |
---|---|---|
ENDOFCELL | 0x00000020 | The character is the last one in a cell. |
ENDOFLINE | 0x00000001 | The character is the last one in a line. |
ENDOFPAGE | 0x00000010 | The character is the last one on the page. |
ENDOFPARA | 0x00000002 | The character is the last one in a paragraph. |
ENDOFROW | 0x00000040 | End of the last line of the last filled cell of a table row. |
ENDOFWORD | 0x00000004 | The character is the last one of a word. |
ENDOFZONE | 0x00000008 | The character is the last one of a zone. |
INTABLE | 0x00000080 | Letter is in a table cell. |
LEFTTEXT | 0x00000200 | Left rotated / orientation's upward. |
NORMTEXT | 0x00000000 | Normal text. |
RIGHTTEXT | 0x00000300 | Right rotated / orientation's downward. |
TEXT_DIR_MASK | 0x00000700 | Mask of text direction in makeup property. |
VERTTEXT | 0x00000100 | Vertical text / neon text. |
System.Object
System.ValueType
System.Enum
ImageGear.Recognition.ImGearRecMakeupInfo