Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomSmartImage.SaveToStreamByCodec(TStream,TdxImageDataFormat) Method

Saves the stored image to a stream in the required format.

#Declaration

Delphi
procedure SaveToStreamByCodec(AStream: TStream; AFormat: TdxImageDataFormat); overload;

#Parameters

Name Type Description
AStream TStream

The target stream.

AFormat TdxImageDataFormat

The deprecated image format ID.

#Remarks

Important

The SaveToStreamByCodec(System.Classes.TStream,dxSmartImage.TdxImageDataFormat) procedure is deprecated. Call the TdxCustomSmartImage.SaveToStreamByCodec(System.Classes.TStream,dxSmartImage.TdxSmartImageCodecClass) procedure instead.

See Also