ClearImage .NET API
ImageFileFormat Enumeration





Inlite.ClearImageNet Namespace : ImageFileFormat Enumeration
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
MemberDescription
bmpWindows Bitmap file
gifGIF file
inputFileFormatFormat of input file.
jbigJBIG2 file
jp2JJPEG2000 (JP2) file
jpcJPEG2000 (JPC) file
jpegJPEG file
outputFileExtensionFormat derived from output file extension.
outputFileFormatFormat of output file being appended.
pcxPCX file
pdfPDF file
pgxJPEG2000 (PGX) file
pngPNG file
pnmJPEG2000 (PNM) file
tiffTIFF file
unidentifiedReadable Image file of unspecified format
unknownFormatUnreadable file: file does not exist OR not an image file OR
damaged image file OR unsupported image file format
See Also

Reference

Inlite.ClearImageNet Namespace