Click or drag to resize

CacheImageFormat Enumeration

Specifies the type of image to use as browser output for the WebImageViewer controls.

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 enum CacheImageFormat
Members
  Member nameDescription
Jpeg JPEG format, good for photos and grayscale images, but with lossy compression effects.
Png PNG format, great for documents, logos, and photos with no lossy compression artifacts.
Gif GIF format, good for documents, logos, and graphics with less than 256 colors.
Auto Uses JPEG for grayscale and color images and PNG for 1-bit document images.
See Also