Flags that indicate the text 2-bit compression type.
| Value | Member | Description |
|---|---|---|
| 0 | Jbig2Bit | 2 bpp JBIG compression. This flag is used only if MrcImageFormat.Mrc or MrcImageFormat.MrcTif is set in the format parameter of MrcSegmenter.SaveImage method. |
| 1 | Gif2Bit | 2 bpp GIF compression. This flag is used only if MrcImageFormat.Mrc or MrcImageFormat.MrcTif is set in the format parameter of MrcSegmenter.SaveImage method. |
| 2 | PdfZip | ZIP compression. This flag is used only if MrcImageFormat.Mrc or MrcImageFormat.MrcTif is set in the format parameter of MrcSegmenter.SaveImage method. |
| 3 | PdfLzw | LZW compression. This flag is used only if MrcImageFormat.Mrc or MrcImageFormat.MrcTif is set in the format parameter of MrcSegmenter.SaveImage method. |
These values are valid only when saving in LEAD Proprietary T44 format using the MrcSegmenter.SaveImage method.