MrcSegmentType Enumeration
Summary
Flags that indicate the type of segment.
Syntax
public enum MrcSegmentType
Public Enum MrcSegmentType
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
public enum class MrcSegmentType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
| Value | Member | Description |
| 0 | None | None. |
| 1 | Text1BitBw | Segment is 1-bit black and white text. |
| 2 | Text1BitColor | Segment is 1 bit colored text. |
| 3 | Text2BitColor | Segment is 2 bit colored text. |
| 4 | Grayscale2Bit | Segment is 2-bit grayscale. |
| 5 | Grayscale8Bit | Segment is 8-bit grayscale. |
| 6 | Picture | Segment is an image. |
| 7 | Background | Segment is a background (The most prevalent color in the document is considered to be the background color.). |
| 8 | OneColor | Segment is a one color. |
| 9 | Text2BitBw | Segment is 2-bit black and white text. |