Click or drag to resize

WebImageViewerCacheImage Method (ImageEncoder, String)

Saves the image to the file cache so the browser can view it

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
protected virtual void CacheImage(
	ImageEncoder outputImageFormat,
	string outputImageExtension
)

Parameters

outputImageFormat
Type: Atalasoft.Imaging.CodecImageEncoder
outputImageExtension
Type: SystemString
See Also