Click or drag to resize

ImageView.SetMenuItems Method

Use this method to set which item is displayed on the menu in a given group.

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
public void SetMenuItems(
	IVCTOOLBARBUTTON Group,
	VISBUTTON[] Item
)

Parameters

Group
Type: Kofax.OmniPageCSDK.ToolBoxes.IVCTOOLBARBUTTON
Item
Type:Kofax.OmniPageCSDK.ToolBoxes.VISBUTTON[]
See Also