Unit 'ImagingComponents' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_vampyreimaging]

TImagingJpeg

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: ImagingComponents.pas line 156

type TImagingJpeg = class(TImagingGraphicForSave)

protected

  FQuality: LongInt;

  

  FProgressive: Boolean;

  

public

  constructor Create; override;

  

  procedure SaveToStream(); override;

  

  class function GetFileFormat; override;

  

  function GetMimeType; override;

  

  property Quality: LongInt; [rw]

  

  property Progressive: Boolean; [rw]

  

end;

Inheritance

TImagingJpeg

  

|

TImagingGraphicForSave

  

|

TImagingGraphic

  

|

TObject



CT Web help

CodeTyphon Studio