PictureQFactor property (LEADMrc Control)

C++ Builder Example

Delphi Example

 

Builder Syntax

int PictureQFactor

Delphi Syntax

PictureQFactor: L_INT

Overview

Refer to Working with the LEADMrc Control.

Remarks

(Persistent property, available at design time) (Document/Medical only) Indicates which compression quality factor is to be used when compressing picture segments using JPEG, CMP or CMW compression. The default value is 2.

If the PictureCoder property is MRC_PICTURE_COMPRESSION_LOSSLESS_CMW or MRC_PICTURE_COMPRESSION_LOSSLESS_JPEG, the PictureQFactor property should be 0.

If the PictureCoder property is MRC_PICTURE_COMPRESSION_JPEG, MRC_PICTURE_COMPRESSION_CMP, or MRC_PICTURE_COMPRESSION_CMW, possible values are between 2 and 255, where 2 represents the highest quality and 255 the most compression.

When saving a file 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