TdxCustomSmartImage.SaveToStream(TStream) Method
In This Article
Saves the stored image within the specified stream.
#Declaration
Delphi
procedure SaveToStream(AStream: TStream); override;
#Parameters
Name | Type | Description |
---|---|---|
AStream | TStream | The target stream. |
#Remarks
If you need to save the stored image to a stream in a specific format, call the SaveToStreamByCodec procedure instead.
Note
All format-specific Smart Image containers override the Save
procedure.
See Also