Click or drag to resize

ImageDecoderSupportedImageType Property

Note: This API is now obsolete.

Returns the ImageType that the implemented decoder class supports.

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("This property is obsolete and will be removed from future versions.", 
	false)]
public virtual ImageType SupportedImageType { get; }

Property Value

Type: ImageType
The ImageType that the implemented decoder class supports.
Remarks
If the decoder supports a format not included with dotImage, then this will return Unknown.
See Also