Click or drag to resize

DecoderDictionaryItem Property

Allows the decoders to be enumerated.

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 ImageDecoder this[
	ImageType index
] { get; set; }

Parameters

index
Type: Atalasoft.Imaging.CodecImageType
The index of the item to retrieve.

Property Value

Type: ImageDecoder
The ImageDecoder at that index.
See Also