Click or drag to resize

RegisteredDecodersKnownTypeDecoders Property

Note: This API is now obsolete.

Gets the known type decoders.

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. Use the 'Decoders' property instead.", 
	false)]
public static DecoderDictionary KnownTypeDecoders { get; }

Property Value

Type: DecoderDictionary
The known type decoders.
See Also