Image file format
Syntax
'Declaration
Public Enum EFileFormat
Inherits System.Enum
'Usage
Dim instance As EFileFormat
public enum EFileFormat : System.Enum
public enum EFileFormat = class(System.Enum)
public enum EFileFormat extends System.Enum
public enum class EFileFormat : public System.Enum
Members
Member | Description |
ciBMP | BMP format. bpp= 1, 8, 24 |
ciEXT | Format is based on file name extension |
cifICL | Image Cash Letter format. bpp=1, 8, 24 |
cifPDF | PDF Format. bpp=1, 8, 24 |
ciGIF | GIF format. bpp= 1, 8, 24. Read only |
ciICO | Windows icon format, 255x255 max. bpp=8, 24 |
ciJBG | JBIG format. bpp=1. Read only |
ciJP2 | JPEG-2000 format. bpp=8, 24 |
ciJPC | JPEG 2000 Code stream. bpp=8 |
ciJPG | JPEG format. bpp=8, 24 |
ciPCX | PCX format. bpp= 1, 8, 24 |
ciPGX | JPEG-2000 verification model. bpp=8 |
ciPNG | Portable Network Graphic format. bpp= 1, 8, 24 |
ciPNM | Portable aNyMap format. bpp=8 |
ciTGA | Targa format. bpp=8, 24 |
ciTIFF | Uncompressed TIFF format. bpp= 1, 8, 24 |
ciTIFF_G3_1D | TIFF Group 3 compression, bpp=1 |
ciTIFF_G4 | TIFF Group 4 compression, bpp=1 |
ciTIFF_JPEG | TIFF JPEG compression, bpp=8, 24 |
ciTIFF_LZW | TIFF LZW compression, bpp=1, 8, 24 |
ciTIFF_NEOL | TIFF No-end-of-line compression, bpp=1 |
ciWBMP | Wireless Bitmap format, 255x255 max. bpp=1 |
See Also