Text2BitCoder property (LEADMrc Control)

C++ Builder Example

Delphi Example

 

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

Elements

BaseBackColor property, BaseForeColor property, CombineFactor property, CombineFlags property, Error property, ErrorMsg property, Grayscale2BitCoder property, Grayscale8BitCoder property, Grayscale8BitQFactor property, ImageType property, MaskCoder property, MRCPagesCount property, PictureCoder property, PictureQFactor property, Sensitivity property, AutoSegment method, CombineSegments method, CopySegmentationData method, CreateNewSegment method, DeleteSegment method, EnumSegments method, GetPagesCount method, Load method, LoadSegmentation method, Save method, SaveSegmentation method, SaveT44 method, SetSegmentData method, StartSegmentation method, StopSegmentation method, OnEnumSegments event

Topics

MRC Bitmap Functions: Saving a Page