ThumbnailView Class |
Namespace: Kofax.OmniPageCSDK.ToolBoxes
The ThumbnailView type exposes the following members.
| Name | Description | |
|---|---|---|
| ThumbnailView | Initializes a new instance of the ThumbnailView class |
| Name | Description | |
|---|---|---|
| BackgroundColor |
This property controls which color is used to fill the control background.
| |
| BorderVisible |
This property controls whether a thin 3D border will be displayed around the control or not.
| |
| EnableAlphaBlend |
This property controls whether the alpha blending drawing mode is enabled or not.
| |
| EnableMulticolumn |
This property enables multi-column thumbnail display if the control's width is enough to contain multiple columns.
| |
| EnablePageDrag |
This property specifies whether page dragging is enabled or not.
| |
| EnablePageDropFromOtherDocument |
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.
| |
| EnablePageDropFromSameDocument |
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.
| |
| EnableTooltips |
This property controls whether tooltips are displayed or not when the mouse pointer is hovered over a particular thumbnail.
| |
| IconBackgroundColor |
Obsolete
| |
| MeasurementUnits |
This property controls which unit is used when displaying information in thumbnail tooltips.
| |
| OneClickActivate |
Makes a page active on one click.
|
| Name | Description | |
|---|---|---|
| Attach |
To attach the control to an existing document object.
| |
| Detach |
To detach the control from an existing document.
| |
| ExecuteCommand(Int32) |
Executes control specific command if enabled programatically.
| |
| ExecuteCommand(THUMBNAILVIEWCOMMAND) |
Use this method to force execution of a ThumbnailView command. Using this function you can initiate command execution programmatically.
| |
| GetCommandState(Int32, Boolean, Boolean) |
Returns control specific command state as enabled or checked.
| |
| GetCommandState(THUMBNAILVIEWCOMMAND, Boolean, Boolean) |
To request information about a particular command listed below.
| |
| GetMenu |
Returns a full menu about its own commands.
| |
| GetMenuString |
Returns control specific menu string to be displayed in a menu.
| |
| GetMessageString |
Returns a detailed control specific menu string to be displayed in a menu.
| |
| Int_Attach |
To attach the control to an existing IPRO object.
| |
| Int_Detach |
To detach the control from an existing IPRO object.
| |
| SetCommandHelpID |
Pairs a help ID to each command.
| |
| SetHelpID |
If set, and F1 is pressed, returns a SetHelp ID from OnSetHelp | |
| SetUILang |
Sets UI language from LANGUAGES enumeration of IPRO.
| |
| UpdateCtrl |
Call this method to force redrawing of the entire control.
|
| Name | Description | |
|---|---|---|
| OnEnterModal | ||
| OnLeaveModal | ||
| OnRemovePages |
Fired when pages are deleted in ThumbnailView; can be cancelled.
| |
| OnSetHelp | ||
| OnSetMessageString | ||
| OnSetToolTip |