ImageType Enum
ImageType enumeration
Specifies the file format of the image
public enum ImageType
Values
Name | Value | Description |
---|---|---|
Unknown | 0 | Image format was not recognized. |
Bmp | 1 | Gets the bitmap (BMP) image format. |
Emf | 2 | Gets the enhanced metafile (EMF) image format. |
Gif | 3 | Gets the Graphics Interchange Format (GIF) image format. |
Icon | 4 | Gets the Windows icon image format. |
Jpeg | 5 | Gets the Joint Photographic Experts Group (JPEG) image format. |
Png | 6 | Gets the W3C Portable Network Graphics (PNG) image format. |
Tiff | 7 | Gets the Tagged Image File Format (TIFF) image format. |
Wmf | 8 | Gets the Windows metafile (WMF) image format. |
See Also
- package com.aspose.html.Rendering
- package Aspose.HTML