Leadtools.Mrc Namespace : MrcSegmentType Enumeration |
public enum MrcSegmentType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum MrcSegmentType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As MrcSegmentType
public enum class MrcSegmentType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | None | None. |
0x00000001 | Text1BitBw | Segment is 1-bit black and white text. |
0x00000002 | Text1BitColor | Segment is 1 bit colored text. |
0x00000003 | Text2BitColor | Segment is 2 bit colored text. |
0x00000004 | Grayscale2Bit | Segment is 2-bit grayscale. |
0x00000005 | Grayscale8Bit | Segment is 8-bit grayscale. |
0x00000006 | Picture | Segment is an image. |
0x00000007 | Background | Segment is a background (The most prevalent color in the document is considered to be the background color.). |
0x00000008 | OneColor | Segment is a one color. |
0x00000009 | Text2BitBw | Segment is 2-bit black and white text. |
System.Object
System.ValueType
System.Enum
Leadtools.Mrc.MrcSegmentType