ImageFormat
ImageFormat enumeration
This enum represents image formats.
public enum ImageFormat
Values
Name | Value | Description |
---|---|---|
Bmp | 0 |
BMP format. |
Jpeg | 1 |
JPEG format. |
Gif | 2 |
GIF format. |
Png | 3 |
PNG format. |
Tiff | 4 |
TIFF format. |
Emf | 5 |
EMF format. |
Dicom | 6 |
DICOM format. |
MemoryBmp | 7 |
MemoryBmp format. |
Wmf | 8 |
Wmf format. |
Exif | 9 |
Exif format. |
See Also
- namespace Aspose.Pdf.Drawing
- assembly Aspose.PDF