TdxTIFFImage.SaveToStream(TStream) Method
Saves the stored TIFF image within the specified stream.
Declaration
procedure SaveToStream(AStream: TStream); override;
Parameters
Name | Type |
---|---|
AStream | TStream |
Remarks
Call this procedure to save the stored image to a stream object passed as the AStream parameter. The SaveToStream procedure calls the SaveToStreamByCodec procedure internally, passing the AStream stream object and the TIFF image codec as parameters.
See Also