Click or drag to resize

IsisController.QuerySupport Method

Checks whether the specified setting is supported by ISIS device.

Namespace:  Atalasoft.Isis
Assembly:  Atalasoft.dotImage.Isis (in Atalasoft.dotImage.Isis.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax
public bool QuerySupport(
	IsisSetting setting
)

Parameters

setting
Type: Atalasoft.Isis.IsisSetting
Setting to check.

Return Value

Type: Boolean
true if the specified setting is supported, otherwise false.
See Also