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.WPF.TypeOfFile
[C#] public Newtone.ImageKit.WPF.TypeOfFile FileType {get;}

Property Value

This value is of type Newtone.ImageKit.WPF.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 WPF supports Exif version 2.1

If an unsupported image format is loaded into the ImageKit Control, the FileType property will return 0.

See Also

ImageKit.File Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation