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. While saving a GIF image, the file extension of filename is not changed even though the saved format is PNG.
Visual Basic
Public Function Save( filename As string ) As void
C#
public void Save( string filename );
Parameters
| Parameters | Description |
|---|---|
| string filename | Input image file to save with path. |