ImageSave Method (String)

CVB.Net Documentation
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).

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public void Save(
	string fileName
)

Parameters

fileName
Type: SystemString
File name into which to save the image
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf this image has already been disposed
IOExceptionIf saving the image failed
See Also

Reference