PictureCoder property (LEADMrc Control)
| Builder Syntax | unsigned PictureCoder | 
| Delphi Syntax | PictureCoder: L_UINT | 
| Overview | Refer to Working with the LEADMrc Control. | 
Remarks
(Persistent property, available at design time) (Document/Medical only) Indicates which picture compression type is to be used when saving a LEAD proprietary T44 file or a Standard T44 file. The default value is MRC_PICTURE_COMPRESSION_JPEG. Possible values are:
| Setting | Description | 
| MRC_PICTURE_COMPRESSION_CMW | [0x00] Use LEAD Wavelet (CMW) compression | 
| MRC_PICTURE_COMPRESSION_LOSSLESS_CMW | [0x01] Use LEAD Lossless Wavelet (CMW) compression | 
| MRC_PICTURE_COMPRESSION_CMP | [0x02] Use LEAD CMP compression. | 
| MRC_PICTURE_COMPRESSION_JPEG | [0x03] Use JPEG compression. | 
| MRC_PICTURE_COMPRESSION_LOSSLESS_JPEG | [0x04] Use Lossless JPEG compression. | 
When saving to the Standard T44 format using the SaveT44 method, the only valid PictureCoder property is MRC_PICTURE_COMPRESSION_JPEG.
See Also