CheckImageFormats 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.
Enumerates the possible formats of a data image file.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum CheckImageFormats
[<System.Flags>]
type CheckImageFormats =
Public Enum CheckImageFormats
- Inheritance
-
CheckImageFormats
- Attributes
Fields
Name | Value | Description |
---|---|---|
Native | 1 | Hardware native format |
Tiff | 2 | TIFF format |
Bmp | 4 | BMP format |
Jpeg | 8 | JPEG format |
Gif | 16 | GIF format |