Click or drag to resize

ImageInfoImageType Property

Note: This API is now obsolete.

The file format.

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
[ObsoleteAttribute("The ImageType enumeration has been deprecated. It is not a reliable way to get information about image type. Use RegisteredDecoders.GetDecoder(stream) to retrieve information about decoder that can read an image.", 
	false)]
public ImageType ImageType { get; }

Property Value

Type: ImageType
The file format.
See Also