Class ImageFormat
Enum that represents type of the loaded image.
Inheritance
System.Object
ImageFormat
Namespace: IronXL.Drawing.Images
Assembly: IronXL.dll
Syntax
public sealed class ImageFormat : Enum
Fields
BMP
Windows Bitmap (.bmp)
Declaration
public const ImageFormat BMP
Field Value
Type | Description |
---|---|
ImageFormat |
GIF
GIF image format
Declaration
public const ImageFormat GIF
Field Value
Type | Description |
---|---|
ImageFormat |
JPEG
JPEG format
Declaration
public const ImageFormat JPEG
Field Value
Type | Description |
---|---|
ImageFormat |
PNG
PNG format
Declaration
public const ImageFormat PNG
Field Value
Type | Description |
---|---|
ImageFormat |
TIFF
Tag Image File (.tiff)
Declaration
public const ImageFormat TIFF
Field Value
Type | Description |
---|---|
ImageFormat |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |