Description
This .NET method corresponds to Image.Save() COM interface method of AutoCAD.
This function will fail if the Image has not been loaded successfully. Before this function is called, the image must be loaded successfully. GIF images are saved in PNG format.
C#
public void Save( IStream stream );
Visual Basic
Public Function Save( stream As IStream ) As void
Parameters
Parameters | Description |
---|---|
IStream stream | Input the stream into which the image must be written. |