Click or drag to resize

ThumbnailViewEnableTooltips Property

This property controls whether tooltips are displayed or not when the mouse pointer is hovered over a particular thumbnail.

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

Property Value

Type: Boolean
Remarks
The tooltips contain extended information about the source, size and resolution of the original image. The default value for this property is True.
See Also