Specifies the file format of the image. Not inheritable.
ImageFormat
01 Syntax
Microsoft.VisualBasic.Imaging.ImageFormat
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| ToString | 1 | |
| Equals | 1 | |
| GetHashCode | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| Bmp | 1 | Gets the bitmap (BMP) image format. |
| Gif | 1 | Gets the Graphics Interchange Format (GIF) image format. |
| Jpeg | 1 | Gets the Joint Photographic Experts Group (JPEG) image format. |
| Png | 1 | Gets the W3C Portable Network Graphics (PNG) image format. |
| Tiff | 1 | Gets the Tagged Image File Format (TIFF) image format. |
| Wmf | 1 | Gets the Windows metafile (WMF) image format. |
| Emf | 1 | Gets the enhanced metafile (EMF) image format. |
| Exif | 1 | Gets the Exchangeable Image File (Exif) format. |
| Icon | 1 | Gets the Windows icon image format. |
| MemoryBmp | 1 | Gets the memory bitmap image format. |
| Guid | 1 |
04 Members
Bmp
Gets the bitmap (BMP) image format.
Gif
Gets the Graphics Interchange Format (GIF) image format.
Jpeg
Gets the Joint Photographic Experts Group (JPEG) image format.
Png
Gets the W3C Portable Network Graphics (PNG) image format.
Tiff
Gets the Tagged Image File Format (TIFF) image format.
Wmf
Gets the Windows metafile (WMF) image format.
Emf
Gets the enhanced metafile (EMF) image format.
Exif
Gets the Exchangeable Image File (Exif) format.
Icon
Gets the Windows icon image format.
MemoryBmp
Gets the memory bitmap image format.
Guid
ToString()
Equals(
Object)GetHashCode()