ClearImageNet Send comments on this topic.
ImageFileFormat Enumeration
See Also  
Inlite.ClearImageNet Namespace : ImageFileFormat Enumeration




Identifies image file format returned

Syntax

Visual Basic (Declaration) 
Public Enum ImageFileFormat 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As ImageFileFormat
C# 
public enum ImageFileFormat : Enum 
Managed Extensions for C++ 
__value public enum ImageFileFormat : public Enum 
C++/CLI 
public enum class ImageFileFormat : public Enum 

Members

MemberDescription
tiffTIFF file
bmpWindows Bitmap file
pdfPDF file
gifGIF file
jbigJBIG2 file
jpegJPEG file
pcxPCX file
pngPNG 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

Generated from assembly ClearImageNet [5.7.1.0]