Grayscale8BitQFactor property (LEADMrc Control)
Builder Syntax |
unsigned Grayscale8BitQFactor |
Delphi Syntax |
Grayscale8BitQFactor: L_UINT |
Overview |
Refer to Working with the LEADMrc Control. |
Remarks
(Persistent property, available at design time) (Document/Medical only) Indicates the compression quality to be used if JPEG, CMP or CMW compression is being used. 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).
If the Grayscale8BitCoder property is CMW lossless or JPEG lossless compression, the Grayscale8BitQFactor property should be 0. Otherwise, possible values are between 2 and 255, where 2 represents the highest quality and 255 the most compression. The default value is 2.
See Also