Skip to main content

TdxCustomSmartImage.SaveToStream(TStream) Method

Saves the stored image within the specified stream.

Declaration

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

See Also