Example-VB | Example-VC++ |
Returns the file format of the image file.
Ö | Imaging for Windows Professional Edition V1.0, V1.1, and V2.0 |
Ö | Imaging for Windows 95 and 98 |
Ö | Imaging for Windows NT 4.0 |
Image Admin control
object.FileType[=value]
FileTypeValue (Integer)
Constant | Setting | Description |
FileTypeUnk | 0 | Unknown |
FileTypeTIFF | 1 | TIFF |
FileTypeAWD | 2 | AWD (Windows 95 and 98 only) |
FileTypeBMP | 3 | Bitmap (BMP) |
FileTypePCX | 4 | PCX |
FileTypeDCX | 5 | DCX |
FileTypeJPEG | 6 | JPEG |
FileTypeXIF | 7 | XIF |
FileTypeGIF | 8 | GIF |
FileTypeWIFF | 9 | WIF |
The file format is determined by the Image property.
This property is read-only.