Click or drag to resize

ImageViewOverviewVisible Property

This property controls whether the overview window is displayed or not.

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

Property Value

Type: Boolean
Remarks
The overview window is a small popup window allowing the user to easily scroll a particular part of the partially displayed image into view.
See Also