Click or drag to resize

ThumbnailView Class

Returns the ThumbnailView assigned to active document.
Inheritance Hierarchy

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
public class ThumbnailView : AxHost, 
	ICmnVisual, ICmnVisualUIHelper, ICmnVisualUIHelperCallbackEvents

The ThumbnailView type exposes the following members.

Constructors
  NameDescription
Public methodThumbnailView
Initializes a new instance of the ThumbnailView class
Top
Properties
  NameDescription
Public propertyBackgroundColor
This property controls which color is used to fill the control background.
Public propertyBorderVisible
This property controls whether a thin 3D border will be displayed around the control or not.
Public propertyEnableAlphaBlend
This property controls whether the alpha blending drawing mode is enabled or not.
Public propertyEnableMulticolumn
This property enables multi-column thumbnail display if the control's width is enough to contain multiple columns.
Public propertyEnablePageDrag
This property specifies whether page dragging is enabled or not.
Public propertyEnablePageDropFromOtherDocument
This property specifies whether in a drag-and-drop operation this ThumbnailView is a possible drop target for pages dragged from other ThumbnailView (or DocumentView) controls which are attached to a different document than the control itself.
Public propertyEnablePageDropFromSameDocument
This property specifies whether in a drag-and-drop operation this ThumbnailView is a possible drop target for pages dragged from any other ThumbnailView (or DocumentView) - including itself - attached to the current document.
Public propertyEnableTooltips
This property controls whether tooltips are displayed or not when the mouse pointer is hovered over a particular thumbnail.
Public propertyIconBackgroundColor
Obsolete
Public propertyMeasurementUnits
This property controls which unit is used when displaying information in thumbnail tooltips.
Public propertyOneClickActivate
Makes a page active on one click.
Top
Methods
  NameDescription
Public methodAttach
To attach the control to an existing document object.
Public methodDetach
To detach the control from an existing document.
Public methodExecuteCommand(Int32)
Executes control specific command if enabled programatically.
Public methodExecuteCommand(THUMBNAILVIEWCOMMAND)
Use this method to force execution of a ThumbnailView command. Using this function you can initiate command execution programmatically.
Public methodGetCommandState(Int32, Boolean, Boolean)
Returns control specific command state as enabled or checked.
Public methodGetCommandState(THUMBNAILVIEWCOMMAND, Boolean, Boolean)
To request information about a particular command listed below.
Public methodGetMenu
Returns a full menu about its own commands.
Public methodGetMenuString
Returns control specific menu string to be displayed in a menu.
Public methodGetMessageString
Returns a detailed control specific menu string to be displayed in a menu.
Public methodInt_Attach
To attach the control to an existing IPRO object.
Public methodInt_Detach
To detach the control from an existing IPRO object.
Public methodSetCommandHelpID
Pairs a help ID to each command.
Public methodSetHelpID
If set, and F1 is pressed, returns a SetHelp ID from OnSetHelp
Public methodSetUILang
Sets UI language from LANGUAGES enumeration of IPRO.
Public methodUpdateCtrl
Call this method to force redrawing of the entire control.
Top
Events
  NameDescription
Public eventOnEnterModal
Public eventOnLeaveModal
Public eventOnRemovePages
Fired when pages are deleted in ThumbnailView; can be cancelled.
Public eventOnSetHelp
Public eventOnSetMessageString
Public eventOnSetToolTip
Top
See Also