Click or drag to resize

IsisCodecManagerItem Property (IsisFileType)

Gets IsisCodec required to save to the specified IsisFileType.

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[
	IsisFileType fileType
] { get; }

Parameters

fileType
Type: Atalasoft.IsisIsisFileType
Desired IsisFileType.

Return Value

Type: IsisCodec
Codec required to save image data.
See Also