FileType Property

Example-VB Example-VC++

Returns the file format of the image file.

Available With

Ö Imaging for Windows Professional Edition V1.0, V1.1, and V2.0
Ö Imaging for Windows 95 and 98
Ö Imaging for Windows NT 4.0

Applies To

Image Admin control

Syntax

object.FileType[=value]

Data Type

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

Remarks

The file format is determined by the Image property.

This property is read-only.