ImageSave Method

CVB.Net Documentation
Overload List

  NameDescription
Public methodSave(String)
Write the current content of the image into a file. The file format to be used is determined by the extension of the fileName. If a lossy format is selected, a default quality setting will be used (if you want to specify your own quality setting, please use the overload that allows specification of a quality value).
Public methodSave(String, Double)
Write the current content of the image into a file. The file format to be used is determined based on the fileName's extension. The quality (and thereby size) of the resulting file can be adjusted using the quality parameter. When saving to a lossless file format, the quality parameter will be silently ignored.
Top
See Also

Reference