This property refers to the image format. To retrieve the value of this property, first execute the GetImageFileType or GetImageFileTypeFromRawData method.
[Visual Basic] Public ReadOnly Property
FileType As Newtone.ImageKit.TypeOfFile
[C#] public Newtone.ImageKit.TypeOfFile
FileType {get;}
Property Value
This value is of type Newtone.ImageKit.TypeOfFile
Explanation
The FileType property refers to image format. To retrieve the value of this property, first execute the GetImageFileType or GetImageFileTypeFromRawData method.
Note: TIFF(GROUP3-1D) is the same as MH. TIFF(GROUP3-2D) is the same as MR. TIFF(GROUP4) is the same as MMR. The ImageKit.NET3 supports Exif version 2.1
If an unsupported image format is loaded into the ImageKit Control, the FileType property will return 0.
To use JPEG2000 and FPX images, you must have the appropriate ImageKit.NET3 Plugin (Win32 Dll files).