Skip to main content

TdxCustomSmartImage.SaveToStreamByCodec(TStream,TdxImageDataFormat) Method

Deprecated. This procedure exists for backward compatibility only. Call the the TdxCustomSmartImage.SaveToStreamByCodec(System.Classes.TStream,dxSmartImage.TdxSmartImageCodecClass) procedure instead.

Declaration

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

Parameters

Name Type Description
AStream TStream

The target stream.

AFormat TdxImageDataFormat

The deprecated image format ID.

See Also