Click or drag to resize

IsisSettingsQuerySupport Method

Checks if the specified setting is supported.

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 QuerySupport(
	IsisSetting setting
)

Parameters

setting
Type: Atalasoft.IsisIsisSetting
Setting to check.

Return Value

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