Click or drag to resize

RegisteredDecodersDecoders Property

Gets a static collection of Image Decoders that will be used to decode any arbitrary image.

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static DecoderCollection Decoders { get; }

Property Value

Type: DecoderCollection
Remarks
Add any custom decoders to this collection so that the AtalaImage constructor and Workspace.Open will use that decoder when attempting to load an image. DotImage will loop through each decoder testing the IsValidFormat until it returns true. The decoders collection is order dependent.
See Also