ImageType 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.
public enum class ImageType
public enum ImageType
type ImageType =
Public Enum ImageType
- Inheritance
-
ImageType
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | |
BMP | 1 | |
GIF | 2 | |
JPG | 3 | |
PNG | 4 | |
TIFF | 5 | |
EMF | 6 | |
EXIF | 7 | |
WMF | 8 |