PictureCoder property (LEADMrc Control)

C++ Builder Example

Delphi Example

 

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

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, 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