API:Vcl.Imaging.jpeg.TJPEGDefaults

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TJPEGDefaults = record
    CompressionQuality: TJPEGQualityRange;
    Grayscale: Boolean;
    Performance: TJPEGPerformance;
    PixelFormat: TJPEGPixelFormat;
    ProgressiveDisplay: Boolean;
    ProgressiveEncoding: Boolean;
    Scale: TJPEGScale;
    Smoothing: Boolean;
  end;

C++

struct DECLSPEC_DRECORD TJPEGDefaults
{
public:
    TJPEGQualityRange CompressionQuality;
    bool Grayscale;
    TJPEGPerformance Performance;
    TJPEGPixelFormat PixelFormat;
    bool ProgressiveDisplay;
    bool ProgressiveEncoding;
    TJPEGScale Scale;
    bool Smoothing;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
Vcl.Imaging.jpeg.pas
Vcl.Imaging.jpeg.hpp
Vcl.Imaging.jpeg Vcl.Imaging.jpeg

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!