Click or drag to resize

IsisCodecManagerItem Property (Int32)

Gets IsisCodec.

Namespace:  Atalasoft.Isis
Assembly:  Atalasoft.dotImage.Isis (in Atalasoft.dotImage.Isis.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public IsisCodec this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
Index of the IsisCodec in the list.

Return Value

Type: IsisCodec
Requested codec.
See Also