Click or drag to resize

IsisCodecManagerContains Method (IsisFileType)

Checks whether the specified IsisFileType is supported by ISIS codecs installed on the system.

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 bool Contains(
	IsisFileType fileType
)

Parameters

fileType
Type: Atalasoft.IsisIsisFileType
Type of file to check.

Return Value

Type: Boolean
true if supported, otherwise false.
See Also