Table of Contents

Enum ImageType

Namespace
Dynamicweb.Imaging
Assembly
Dynamicweb.Core.dll

Type of image.

public enum ImageType

Fields

Auto = 0

Image type will be decided automatically based on file extension or other parameter.

Bmp = 1

Bitmap image format.

Gif = 3

GIF image format.

Jpg = 2

JPEG image format.

Png = 4

PNG image format.

WebP = 5

WebP image format.

To top