TsgCADImage.SaveToStream
Writes an image into a stream.
procedure SaveToStream(Stream: TStream); override;
Description
Use SaveToStream to save the image to the stream specified by the value of the Stream parameter. To load an image from a stream, call the LoadFromStream method.
Go to CAD VCL Enterprise