Click or drag to resize

WebImageViewerSave Method (String, ImageEncoder)

Saves the current image file, with a specified ImageEncoder.

Namespace:  Atalasoft.Imaging.WebControls
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void Save(
	string fileName,
	ImageEncoder encoder
)

Parameters

fileName
Type: SystemString
The filename to save the image to.
encoder
Type: Atalasoft.Imaging.CodecImageEncoder
The ImageEncoder to encode the image with.
See Also