Overload List
| Name | Description | |
|---|---|---|
| Save(Stream) |
Saves the output image to the specified stream. The image format will be the specified by ImageFormat property.
| |
| Save(String) |
Saves the output image to the specified file. The image format will be the specified by ImageFormat property.
| |
| Save(Stream, ImageFormat) |
Saves the output image to the specified stream in the specified format.
| |
| Save(String, ImageFormat) |
Saves the output image to the specified file in the specified format.
|