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
)
Public Function QuerySupport (
setting As IsisSetting
) As Boolean
Parameters
- setting
- Type: Atalasoft.Isis.IsisSetting
Setting to check.
Return Value
Type:
Booleantrue if the specified setting is supported, otherwise false.
See Also