FMX.Graphics.TBitmapCodecSaveParams.Quality

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

Quality: Integer;

C++

int Quality;

Properties

Type Visibility Source Unit Parent
field public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TBitmapCodecSaveParams

Description

Represents the level of compression of an image.

Quality represents either the level of compression or decompression used by the TBitmap encoder and the TBitmap decoder.

The values of Quality range from 0 to 100.

See Also