Vcl.Imaging.jpeg.TJPEGImage.SaveToStream

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

procedure SaveToStream(Stream: TStream); override;

C++

virtual void __fastcall SaveToStream(System::Classes::TStream* Stream);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Imaging.jpeg.pas
Vcl.Imaging.jpeg.hpp
Vcl.Imaging.jpeg TJPEGImage

Description

Writes the jpeg data to a stream.

Use SaveToStream to save the jpeg data to the stream specified by the Stream parameter. SaveToStream expects jpeg image data and may incur overhead of a compression cycle if the source is a bitmap.

See Also