Grayscale8BitCoder property (LEADMrc Control)

C++ Builder Example

Delphi Example

 

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

Elements

BaseBackColor property, BaseForeColor property, CombineFactor property, CombineFlags property, Error property, ErrorMsg property, Grayscale2BitCoder property, Grayscale8BitQFactor property, ImageType property, MaskCoder property, MRCPagesCount property, PictureCoder property, PictureQFactor property, Sensitivity property, Text2BitCoder 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