Text2BitCoder property (LEADMrc Control)
| Builder Syntax | unsigned Text2BitCoder | 
| Delphi Syntax | Text2BitCoder: L_UINT | 
| Overview | Refer to Working with the LEADMrc Control. | 
Remarks
(Persistent property, available at design time) (Document/Medical only) Indicates the type of text 2-bit compression to be used when saving a T44 file. The default value is MRC_TEXT_COMPRESSION_JBIG_2BIT. This value is valid only when saving in the LEAD Proprietary T44 format using the Save method. Possible values are:
| Setting | Description | 
| MRC_TEXT_COMPRESSION_JBIG_2BIT | [0x00] JBIG 2-bit compression | 
| MRC_TEXT_COMPRESSION_GIF_2BIT | [0x01] GIF 2-bit compression | 
When saving in standard T44 format using the SaveT44 method, the only valid picture compression is MRC_PICTURE_COMPRESSION_JPEG.
See Also