Share via


CheckImageFormats Enum

Definition

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

Applies to