[]
Saves the image into a file.
public void Save(string fileName)
| Type | Name | Description |
|---|---|---|
| string | fileName | The file name where to save the image. |
Saves the image into a specified stream.
public virtual void Save(Stream stream)
| Type | Name | Description |
|---|---|---|
| Stream | stream | The stream where to save the image to. |