ImageType

Overview

ImageType is a enum in Aspose.Cells FOSS for .NET.

Represents the format of an image stored in a worksheet.

This enumeration defines 5 values: Unknown, Jpeg, Png, Gif, Bmp.

Description

ImageType is an enumeration type in the Aspose.Cells FOSS library for .NET. It defines a set of named constants that control behavior or specify options within the API. Enumerations like ImageType help ensure type safety by restricting values to a predefined set.

Values

ValueDescription
UnknownRepresents an undefined or unrecognized image format
JpegRepresents the JPEG image format
PngRepresents the PNG image format
GifRepresents the GIF image format
BmpRepresents the BMP (bitmap) image format

See Also