Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.10
|
Leadtools.Mrc Namespace : MrcPictureCompression Enumeration |
public enum MrcPictureCompression : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum MrcPictureCompression Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As MrcPictureCompression
public enum class MrcPictureCompression : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | Cmw | (0x00000001)LEAD Wavelet (CMW) compression. This flag is used only if MrcImageFormat.Mrc, MrcImageFormat.MrcTif is set in the format parameter of MrcSegmenter.SaveImage or MrcSegmenter.SaveBitmapList method. |
0x00000001 | LosslessCmw | LEAD Wavelet lossless compression. This flag is used only if MrcImageFormat.Mrc, MrcImageFormat.MrcTif is set in the format parameter of MrcSegmenter.SaveImage or MrcSegmenter.SaveBitmapList method. |
0x00000002 | Cmp | LEAD CMP compression. This flag is used only if MrcImageFormat.Mrc, MrcImageFormat.MrcTif is set in the format parameter of MrcSegmenter.SaveImage or MrcSegmenter.SaveBitmapList method. |
0x00000003 | Jpeg | (0x00000004)(0x0000000A)JPEG Compression. This flag is used only if MrcImageFormat.Mrc, MrcImageFormat.MrcTif, MrcT44ImageFormat.MrcT44, or MrcT44ImageFormat.MrcT44Tif is set in the format parameter of either MrcSegmenter.SaveImage method MrcSegmenter.SaveImageT44 or MrcSegmenter.SaveBitmapList method. |
0x00000004 | LosslessJpeg | JPEG Lossless Compression. This flag is used only if MrcImageFormat.Mrc, MrcImageFormat.MrcTif is set in the format parameter of MrcSegmenter.SaveImage or MrcSegmenter.SaveBitmapList method. |
0x00000005 | JpegYUV422 | (0x0000000B)JPEG Compression with YUV 4:2:2 color space. This flag is used only if MrcImageFormat.Mrc, MrcImageFormat.MrcTif is set in the format parameter of MrcSegmenter.SaveImage or MrcSegmenter.SaveBitmapList method. |
0x00000006 | JpegYUV411 | (0x0000000C)JPEG Compression with YUV 4:1:1 color space. This flag is used only if MrcImageFormat.Mrc, MrcImageFormat.MrcTif is set in the format parameter of MrcSegmenter.SaveImage or MrcSegmenter.SaveBitmapList method. |
0x00000007 | JpegProgressive | (0x0000000D)JPEG Progressive Compression. This flag is used only if MrcImageFormat.Mrc, MrcImageFormat.MrcTif is set in the format parameter of MrcSegmenter.SaveImage or MrcSegmenter.SaveBitmapList method. |
0x00000008 | JpegProgressiveYUV422 | (0x0000000E)JPEG Progressive Compression with YUV 4:2:2 color space. This flag is used only if MrcImageFormat.Mrc, MrcImageFormat.MrcTif is set in the format parameter of MrcSegmenter.SaveImage or MrcSegmenter.SaveBitmapList method. |
0x00000009 | JpegProgressiveYUV411 | (0x0000000F)JPEG Progressive Compression. This flag is used only if MrcImageFormat.Mrc, MrcImageFormat.MrcTif is set in the format parameter of MrcSegmenter.SaveImage or MrcSegmenter.SaveBitmapList method. |
0x0000000A | PdfJpeg | JPEG Compression. This flag is used only if MrcImageFormat.MrcPdf is set in the format parameter of MrcSegmenter.SaveImage or MrcSegmenter.SaveBitmapList method. |
0x0000000B | PdfJpegYUV422 | JPEG Compression with YUV 4:2:2 color space. This flag is used only if MrcImageFormat.MrcPdf is set in the format parameter of MrcSegmenter.SaveImage or MrcSegmenter.SaveBitmapList method. |
0x0000000C | PdfJpegYUV411 | JPEG Compression with YUV 4:1:1 color space. This flag is used only if MrcImageFormat.MrcPdf is set in the format parameter of MrcSegmenter.SaveImage or MrcSegmenter.SaveBitmapList method. |
0x0000000D | PdfJpegProgressive | JPEG Progressive Compression. This flag is used only if MrcImageFormat.MrcPdf is set in the format parameter of MrcSegmenter.SaveImage or MrcSegmenter.SaveBitmapList method. |
0x0000000E | PdfJpegProgressiveYUV422 | JPEG Progressive Compression with YUV 4:2:2 color space. This flag is used only if MrcImageFormat.MrcPdf is set in the format parameter of MrcSegmenter.SaveImage or MrcSegmenter.SaveBitmapList method. |
0x0000000F | PdfJpegProgressiveYUV411 | JPEG Compression with YUV 4:1:1 color space. This flag is used only if MrcImageFormat.MrcPdf is set in the format parameter of MrcSegmenter.SaveImage or MrcSegmenter.SaveBitmapList method. |
0x00000010 | PdfZip | ZIP Compression. This flag is used only if MrcImageFormat.MrcPdf is set in the format parameter of MrcSegmenter.SaveImage or MrcSegmenter.SaveBitmapList method. |
0x00000011 | PdfLzw | LZW Compression. This flag is used only if MrcImageFormat.MrcPdf is set in the format parameter of MrcSegmenter.SaveImage or MrcSegmenter.SaveBitmapList method. |
System.Object
System.ValueType
System.Enum
Leadtools.Mrc.MrcPictureCompression