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 MrcPictureCompression : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Mrc.MrcPictureCompression = function() { }; Leadtools.Mrc.MrcPictureCompression.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class MrcPictureCompression : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
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. |
Cmw | 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. |
Jpeg | 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. |
JpegProgressive | 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. |
JpegProgressiveYUV411 | 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. |
JpegProgressiveYUV422 | 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. |
JpegYUV411 | 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. |
JpegYUV422 | 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. |
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. |
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. |
PdfJpeg | JPEG Compression. This flag is used only if MrcImageFormat.MrcPdf is set in the format parameter of MrcSegmenter.SaveImage or MrcSegmenter.SaveBitmapList method. |
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. |
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. |
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. |
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. |
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. |
PdfLzw | LZW Compression. This flag is used only if MrcImageFormat.MrcPdf is set in the format parameter of MrcSegmenter.SaveImage or MrcSegmenter.SaveBitmapList method. |
PdfZip | ZIP 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
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2