This property refers to the type of image format. To retrieve the value of this property, first execute the GetImageFileType or GetImageFileTypeFromRawData method.
[Visual Basic]
Public ReadOnly Property FileType As TypeOfFile
Public ReadOnly Property FileType As TypeOfFile
[C#]
public TypeOfFile FileType {get;}
public TypeOfFile FileType {get;}
Property Value
This value is of type TypeOfFile
Explanation
The FileType property refers to the type of 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.NET
supports Exif version 2.1
If an unsupported image format is loaded into the ImageKit
Control, the FileType property will return 0.