Click or drag to resize

IsisCodecManagerContains Method (String)

Checks whether the specified codec driver is 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(
	string driver
)

Parameters

driver
Type: SystemString
Codec driver to check.

Return Value

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