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
[C#]
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.

To use JPEG2000, FPX, PCX, DXF, SVG, or SXF images, you must have the appropriate ImageKit9 Dll files.

See Also

IkFile Class | IkFile Members

The ImageKit.NET3 is created by Newtone Corporation