Click or drag to resize

RegisteredDecodersUnknownTypeDecoders Property

Note: This API is now obsolete.

Returns a reference to the decoders that are used for reading images that dotImage doesn't recognize as a standard ImageType.

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 DecoderCollection UnknownTypeDecoders { get; }

Property Value

Type: DecoderCollection
A reference to the decoders that are used for reading images that dotImage doesn't recognize as a standard ImageType.
Remarks

An unlimited number of formats not natively supported by dotImage can be added by including the decoders in this collection.

See Also