Click or drag to resize

ImageFileSize Enumeration

Common sizes for images and thumbnails.

Namespace:  NetQuarry.Util.Image
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum ImageFileSize
Members
  Member nameValueDescription
Small1 Image size is small. Image will be resized to 640 x 640 pixel region. Thumbnail will be sized into 50 x 50 pixel region
Medium2 Image size is medium. Image will be resized to 800 x 800 pixel region. Thumbnail will be sized into 100 x 100 pixel region
Large3 Image size is large. Image will be resized to 1024 x 1024 pixel region. Thumbnail will be sized into 200 x 200 pixel region
VeryLarge4 Image size is very large. Image will be resized to 1280 x 1280 pixel region. Thumbnail will be sized into 300 x 300 pixel region
See Also