The MrcGrayscaleCompression8BitCoder Enumeration is available in LEADTOOLS Document and Medical Imaging toolkits.
Flags that indicate the background (grayscale 8 bit) compression type.| Visual Basic (Declaration) | |
|---|---|
Public Enum MrcGrayscaleCompression8BitCoder Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MrcGrayscaleCompression8BitCoder | |
| C# | |
|---|---|
public enum MrcGrayscaleCompression8BitCoder : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class MrcGrayscaleCompression8BitCoder : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| GrayscaleCmp | 8 bpp grayscale LEAD CMP compression. |
| GrayscaleCmw | 8 bpp grayscale LEAD CMW compression. |
| GrayscaleJpeg | 8 bpp grayscale JPEG compression. |
| GrayscaleJpegProgressive | 8 bpp grayscale JPEG progressive compression. |
| LosslessCmw | 8 bpp Lossless grayscale LEAD CMW compression. |
| LosslessJpeg | 8 bpp Lossless grayscale JPEG compression. |
These values are valid only when saving in LEAD Proprietary T44 format using the MrcSegmenter.SaveImage method.
System.Object
System.ValueType
System.Enum
Leadtools.Mrc.MrcGrayscaleCompression8BitCoder
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code