Identifies image file format returned
Syntax
'Declaration
Public Enum ImageFileFormat
Inherits System.Enum
'Usage
Dim instance As ImageFileFormat
public enum ImageFileFormat : System.Enum
public enum ImageFileFormat = class(System.Enum)
public enum ImageFileFormat extends System.Enum
public enum class ImageFileFormat : public System.Enum
Members
Member | Description |
bmp | Windows Bitmap file |
gif | GIF file |
inputFileFormat | Format of input file. |
jbig | JBIG2 file |
jp2 | JJPEG2000 (JP2) file |
jpc | JPEG2000 (JPC) file |
jpeg | JPEG file |
outputFileExtension | Format derived from output file extension. |
outputFileFormat | Format of output file being appended. |
pcx | PCX file |
pdf | PDF file |
pgx | JPEG2000 (PGX) file |
png | PNG file |
pnm | JPEG2000 (PNM) file |
tiff | TIFF 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 |
See Also