BitmapFileFormat Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This denotes the format used when saving a bitmap to a file.
public enum BitmapFileFormat
type BitmapFileFormat =
Public Enum BitmapFileFormat
- Inheritance
-
BitmapFileFormat
Fields
Name | Value | Description |
---|---|---|
Bmp | 0 | Indicates Windows Imaging Component's bitmap encoder. |
Png | 1 | Indicates Windows Imaging Component's PNG encoder. |
Jpeg | 2 | Indicates Windows Imaging Component's bitmap JPEG encoder. |
Tiff | 3 | Indicates Windows Imaging Component's TIFF encoder. |
Gif | 4 | Indicates Windows Imaging Component's GIF encoder. |
JpegXR | 5 | Indicates Windows Imaging Component's JPEGXR encoder. |