Enum ImageFormat
Enum that represents type of the loaded image.
Namespace: IronXL.Drawing.Images
Assembly: IronXL.dll
Syntax
public enum ImageFormat
Fields
Name | Description |
---|---|
BMP | Windows Bitmap (.bmp) |
GIF | GIF image format |
JPEG | JPEG format |
PNG | PNG format |
TIFF | Tag Image File (.tiff) |