RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TJPEGImage.SaveToStream Method

Writes the jpeg data to a stream.

Pascal
procedure SaveToStream(Stream: TStream); override;
C++
virtual __fastcall SaveToStream(TStream 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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!