Back to Devexpress

TdxCustomSmartImage.SaveToStream(TStream) Method

vcl-dxsmartimage-dot-tdxcustomsmartimage-dot-savetostream-x28-system-dot-classes-dot-tstream-x29.md

latest1.4 KB
Original Source

TdxCustomSmartImage.SaveToStream(TStream) Method

Saves the stored image within the specified stream.

Declaration

delphi
procedure SaveToStream(AStream: TStream); override;

Parameters

NameTypeDescription
AStreamTStream

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 SaveToStream procedure.

See Also

TdxBMPImage.SaveToStream

TdxGIFImage.SaveToStream

TdxJPEGImage.SaveToStream

TdxPNGImage.SaveToStream

TdxTIFFImage.SaveToStream

TdxCustomSmartImage Class

TdxCustomSmartImage Members

dxSmartImage Unit