SaveToStream
Description
The SaveToStream method saves an image to the stream specified by the Stream parameter. To load an image from a stream, call the [LoadFromStream](/Reference/Reading from file/TsgCADImage/Methods/LoadFromStream) method.
| Parameter | Type | Description |
|---|---|---|
Stream | TStream | A stream |
Syntax
procedure SaveToStream(Stream: TStream); override;