Property: Quality

(TSave2D_Jpg)

Indicates the trade-off ratio between the image quality and the file size when use the TSave2D_Jpg component to save a barcode symbol.

Syntax:

type

{ Defined in the pSave2DJpg unit }

TJPEGQuality = 1..100;

property Quality: TJPEGQuality default 100;

Description:

Use the Quality property to set the compression quality of the JPEG image when saving barcode symbol to a jpeg image. Higher compression results in a poorer picture quality, but a smaller file size. The higher the property value (up to a maximum of 100), the better the image quality, but the larger the file size. The lower the property value (to a minimum of 1), the smaller the resulting file size, but at the expense of picture quality.

Contents