Enum ImageFormat

Enum ImageFormat

Namespace: Aspose.Html.Rendering.Image
Assembly: Aspose.HTML.dll (25.2.0)

Specifies the file format of the image.

[ComVisible(true)]
public enum ImageFormat

Fields

Bmp = 3

The bitmap (BMP) image format.

Gif = 4

The Graphics Interchange Format (GIF) image format.

Jpeg = 1

The Joint Photographic Experts Group (JPEG) image format.

Png = 2

The W3C Portable Network Graphics (PNG) image format.

Tiff = 5

The Tagged Image File Format (TIFF) image format.

Webp = 6

The Web Picture format (WebP), a modern image format that provides superior lossless and lossy compression for images on the web.