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
| Value | Description |
|---|---|
Unknown | Represents an undefined or unrecognized image format |
Jpeg | Represents the JPEG image format |
Png | Represents the PNG image format |
Gif | Represents the GIF image format |
Bmp | Represents the BMP (bitmap) image format |