Leadtools.Mrc Namespace : MrcTextCompression2BitCoder Enumeration |
public enum MrcTextCompression2BitCoder : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum MrcTextCompression2BitCoder Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As MrcTextCompression2BitCoder
public enum class MrcTextCompression2BitCoder : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | 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. |
0x00000001 | 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. |
0x00000002 | PdfZip | ZIP compression. This flag is used only if MrcImageFormat.Mrc or MrcImageFormat.MrcTif is set in the format parameter of MrcSegmenter.SaveImage method. |
0x00000003 | PdfLzw | LZW compression. This flag is used only if MrcImageFormat.Mrc or MrcImageFormat.MrcTif is set in the format parameter of MrcSegmenter.SaveImage method. |
System.Object
System.ValueType
System.Enum
Leadtools.Mrc.MrcTextCompression2BitCoder