Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
RasterImageFormat Enumeration
See Also  
Leadtools Namespace : RasterImageFormat Enumeration



Indicates the image file format.

Syntax

Visual Basic (Declaration) 
Public Enum RasterImageFormat 
   Inherits Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As RasterImageFormat
C# 
public enum RasterImageFormat : Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class RasterImageFormat : public Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
Unknown Unknown (or RAW Data).
GifCompuServe GIF.
TifTIFF (Tagged Image File Format).
CmpLEAD Compressed (CMP).
BmpBitmap (BMP).
JpegJPEG File Interchange Format (JFIF).
TifJpegTIFF with JPEG compression.
Os2OS/2 Bitmap (OS/2 BMP).
TifLzwTIFF with LZW Compression.
Os22OS/2 Bitmap (OS/2 BMP).
PngPNG (Portable Network Graphics).
Jpeg411JPEG File Interchange Format (4:1:1).
TifJpeg411TIFF (With JPEG 4:1:1 compression).
Jpeg422JPEG File Interchange Format (4:2:2).
TifJpeg422TIFF (With JPEG 4:2:2 compression).
TifCcittTIFF CCITT.
TifCcittGroup31DimTIFF CCITT Group 3 (1 Dimensional).
TifCcittGroup32DimTIFF CCITT Group3 two dimensions.
TifCcittGroup4TIFF CCITT Group4 two dimensions 4.
BmpRleBitmap (BMP) (With RLE).
TifCmykTIFF CMYK (With CMYK colorspace).
TifLzwCmykTIFF LZW (CMYK).
TifPackBitsTIFF Packbits.
TifPackBitsCmykTIFF Packbits (CMYK).
WinIcoWindows Icon (ICO).
WinCurWindows Cursor (CUR).
TifYccTIFF YCC.
TifLzwYccTIFF LZW YCC.
TifPackBitsYccTIFF Packbits (YCC).
ExifExif.
ExifYccExif (YCC).
ExifJpegExif (JPEG 4:2:2).
This is the same as RasterImageFormat.ExifJpeg422
ExifJpeg422Exif (JPEG 4:2:2).
ExifJpeg411Exif (JPEG 4:1:1).
Jp2JP2 – Lossy or Lossless.
J2kJ2K – Lossy or Lossless.
CmwLEAD CMW.
JpegLabJPEG File Interchange Format (JFIF) (LAB).
JpegLab444JPEG File Interchange Format (JFIF) (LAB).
JpegLab411JPEG File Interchange Format (JFIF) (LAB 4:1:1).
JpegLab422JPEG File Interchange Format (JFIF) (LAB 4:2:2).
TifCmpTIFF (with LEAD CMP compression).
TifUnknownTIFF (Unknown image data).
TifJ2kTIFF with JPEG 2000 compression.
TifCmwTIFF with LEAD Wavelet CMW compression.
FaxG31DimFAX Group 3 (1 Dimensional).
FaxG32DimFAX Group 3 (2 Dimensional).
FaxG4FAX Group 4.
FaxG31DimNoEolFAX Group 3 (1 Dimensional) - with no EOL.
AbcLEAD ABC 1-bit compression.
TifAbcTIFF with LEAD ABC 1-bit compression.
WbmpWireless Bitmap Format (WBMP).
JbigJBIG (JBG).
TifJbigTIFF (with JBIG compression).
Jbig2JBIG2 (JB2).
TifJbig2TIFF (with JBIG2 compression).

Example

For an example, refer to RasterCodecs.

Remarks

For more information, refer to RasterCodecs and RasterCodecs.GetInformation.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.RasterImageFormat

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also