Visual Basic (Declaration) | |
---|---|
Public Enum ImageFileFormat Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum ImageFileFormat : Enum |
Managed Extensions for C++ | |
---|---|
__value public enum ImageFileFormat : public Enum |
C++/CLI | |
---|---|
public enum class ImageFileFormat : public Enum |
Member | Description |
---|---|
tiff | TIFF file |
bmp | Windows Bitmap file |
PDF file | |
gif | GIF file |
jbig | JBIG2 file |
jpeg | JPEG file |
pcx | PCX file |
png | PNG file |
unidentified | Readable Image file of unspecified format |
unknownFormat | Unreadable file: file does not exist OR not an image file OR damaged image file OR unsupported image file format |