Specifies the file format of the image.
Namespace: Aspose.Html.Rendering.ImageAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
SyntaxPublic Enumeration ImageFormat
public enum class ImageFormat
Members|
| Member name | Value | Description |
|---|
| Jpeg | 1 |
The Joint Photographic Experts Group (JPEG) image format.
|
| Png | 2 |
The W3C Portable Network Graphics (PNG) image format.
|
| Bmp | 3 |
The bitmap (BMP) image format.
|
| Gif | 4 |
The Graphics Interchange Format (GIF) image format.
|
| Tiff | 5 |
The Tagged Image File Format (TIFF) image format.
|
See Also