Enum ImageFormat
An enumeration representing the different kind of image formats available for images in Contentful.
Namespace:Contentful.Core.Images
Assembly:cs.temp.dll.dll
Syntax
public enum ImageFormat
Fields
Name | Description |
---|---|
Default | Keeps the original image format. |
Jpg | Turns the image into a JPG. |
Png | Turns the image into a PNG. |
Webp | Turns the image into a WEBP. |