Visual Basic
C#
Managed Extensions for C++
C++/CLI
Member | Value | Description |
---|---|---|
AutoDetect | 0x00000000 | An appropriate file type will be chosen automatically. |
Jp2 | 0x00140000 | JPEG 2000 file type. |
Jpg | 0x000B0000 | JPEG file type. |
0x00100000 | PDF with an appropriate compression type chosen automatically. | |
PdfG4 | 0x00100004 | PDF with CCITT Group 4 compression. |
PdfJp2 | 0x0010C360 | PDF with JPEG 2000 compression. |
PdfJpg | 0x00100006 | PDF with JPEG compression. |
PdfLzw | 0x00100005 | PDF with LZW compression. |
PdfZip | 0x0010C35D | PDF with ZIP compression. |
Png | 0x00130000 | PNG file type. |
Tif | 0x00030000 | TIFF with an appropriate compression type chosen automatically. |
TifG4 | 0x00030004 | TIFF with CCITT Group 4 compression. |
TifJpg | 0x00030006 | TIFF with JPEG compression. |
TifLzw | 0x00030005 | TIFF with LZW compression. |
TifUncompressed | 0x00030001 | TIFF uncompressed. |
TifZip | 0x0003C35D | TIFF with ZIP compression. |
Each format is a combination of a file type and a compression (e.g.,
TifG4
specifies TIFF
file format and CCITT Group4
compression).System.Object
System.ValueType
System.Enum
ImageGear.Isis.ImGearIsisFileFormat