Click or drag to resize

SettingViewGetCommandState Method (SETTINGVIEWCOMMAND, Boolean, Boolean)

Use this method to request information about a SettingView command.

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
public void GetCommandState(
	SETTINGVIEWCOMMAND Command,
	ref bool Checked,
	ref bool Enabled
)

Parameters

Command
Type: Kofax.OmniPageCSDK.ToolBoxesSETTINGVIEWCOMMAND
Checked
Type: SystemBoolean
Enabled
Type: SystemBoolean
See Also