Visual Basic (Declaration) | |
---|---|
Public Enum EFileFormat Inherits System.Enum |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As EFileFormat |
C# | |
---|---|
public enum EFileFormat : System.Enum |
Delphi | |
---|---|
public enum EFileFormat = class(System.Enum) |
JScript | |
---|---|
public enum EFileFormat extends System.Enum |
Managed Extensions for C++ | |
---|---|
__value public enum EFileFormat : public System.Enum |
C++/CLI | |
---|---|
public enum class EFileFormat : public System.Enum |
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 Group3 compression, bpp=1 |
ciTIFF_G4 | TIFF Group 4 compression, bpp=1 |
ciTIFF_JPEG | TIFF JPEG compression, bpp=8, 24 |
ciTIFF_NEOL | TIFF No-end-of-line compression, bpp=1 |
ciWBMP | Wireless Bitmap format, 255x255 max. bpp=1 |
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family