Grayscale8BitCoder property (LEADMrc Control)
| Builder Syntax | unsigned Grayscale8BitCoder | 
| Delphi Syntax | Grayscale8BitCoder: L_UINT | 
| Overview | Refer to Working with the LEADMrc Control. | 
Remarks
(Persistent property, available at design time) (Document/Medical only) Indicates which grayscale 8-bit compression type is to be used when saving a T44 file. This property is used only when saving in the LEAD Proprietary T44 format using the Save method (when using the SaveT44 method, all 8-bit grayscale segments are treated as picture segments). The default value is MRC_GRAYSCALE_COMPRESSION_GRAYSCALE_JPEG_8BIT. Possible values are:
| Setting | Description | 
| MRC_GRAYSCALE_COMPRESSION_LOSSLESS_CMW_8BIT | [0x00] Use 8 bpp Lossless grayscale LEAD CMW compression. | 
| MRC_GRAYSCALE_COMPRESSION_GRAYSCALE_CMW_8BIT | [0x01] Use 8 bpp grayscale LEAD CMW compression. | 
| MRC_GRAYSCALE_COMPRESSION_GRAYSCALE_CMP_8BIT | [0x02] Use 8 bpp grayscale LEAD CMP compression. | 
| MRC_GRAYSCALE_COMPRESSION_LOSSLESS_JPEG_8BIT | [0x03] Use 8 bpp Lossless grayscale JPEG compression. | 
| MRC_GRAYSCALE_COMPRESSION_GRAYSCALE_JPEG_8BIT | [0x04] Use 8 bpp grayscale JPEG compression. | 
See Also