Click or drag to resize

ImageFileQuality Enumeration

Defines the quality of the converted images.

Namespace:  NetQuarry.Util.Image
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum ImageFileQuality
Members
  Member nameValueDescription
Low1 Image quality is low and will produce the smallest file size for a given image size.
Medium2 Image quality is medium.
High3 Image quality is high and will produce the largest file size for a given image size.
See Also