Click or drag to resize

ImageViewToolbarVisible Property

This property controls whether the ImageView toolbar is displayed or not.

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DispIdAttribute(113)]
[BindableAttribute(BindableSupport.Yes)]
public bool ToolbarVisible { get; set; }

Property Value

Type: Boolean
Remarks
When the toolbar is displayed, it can be made docked or floating using the mouse. The default value for this property is True.
See Also