Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
Classes | Public Member Functions | Static Public Attributes | Properties | Events | List of all members
SolidFramework.Forms.Thumbnails Class Reference

Represents thumbnails. More...

Inheritance diagram for SolidFramework.Forms.Thumbnails:

Classes

class  Clipboard
 

Public Member Functions

 Thumbnails ()
 Initializes a new instance of the Thumbnails class.
 
delegate void MethodReloadItem (IPageHolder pageHolder)
 Represents method reload item. More...
 
void ClearClipboard ()
 
bool Cut ()
 Cuts this instance. More...
 
bool Copy ()
 Copies this instance.
 
bool Paste ()
 Pastes this instance. More...
 
delegate void MethodReloadItems ()
 Represents Method Reload Items.
 
delegate void MethodInvalidateItem (int i)
 Represents Method Invalidate Item. More...
 
bool CanCut ()
 
bool CanCopy ()
 
bool CanPaste ()
 
void ClearSelections ()
 Clears the selections.
 
delegate void MethodEnsureVisible (int newPage)
 Represents Method Ensure Visible. More...
 

Static Public Attributes

const int ThumbnailSizeLarge = 256
 
const int ThumbnailSizeMedium = 150
 
const int ThumbnailSizeSmall = 100
 

Properties

bool ReadOnly [getset]
 Gets or sets a value indicating whether read only. More...
 
bool ShowItemToolTips [getset]
 Gets or sets a value indicating whether thumbnail items will show tooltips. More...
 
Clipboard ClipboardItems [get]
 Gets the clipboard items. More...
 
PagesModel Model [getset]
 Gets or sets the model. More...
 
ListView.SelectedListViewItemCollection SelectedItems [get]
 Gets the selected items. More...
 
int ThumbnailSize [getset]
 Gets or sets the size of the thumbnail. More...
 
ListView.ListViewItemCollection Items [get]
 Gets the items. More...
 
ToolStripMenuItem RemoveMenuItem [get]
 Gets the remove menu item. More...
 
ToolStripMenuItem SelectAllMenuItem [get]
 Gets the select all menu item. More...
 
ToolStripMenuItem RotateLeftMenuItem [get]
 Gets the rotate left menu item. More...
 
ToolStripMenuItem RotateRightMenuItem [get]
 Gets the rotate right menu item. More...
 

Events

EventHandler< CancelEventArgs > ContextMenuOpening = null
 Occurs when context menu opening.
 
EventHandler< ToolStripItemClickedEventArgs > ContextMenuItemClicked = null
 Occurs when context menu item clicked.
 
EventHandler< ClipboardEventArgsClipboardChanged = null
 Occurs when clipboard changed.
 
EventHandler SelectedIndexChanged
 Occurs when selected index changed.
 

Detailed Description

Represents thumbnails.

Member Function Documentation

◆ Cut()

bool SolidFramework.Forms.Thumbnails.Cut ( )

Cuts this instance.

Returns

◆ MethodEnsureVisible()

delegate void SolidFramework.Forms.Thumbnails.MethodEnsureVisible ( int  newPage)

Represents Method Ensure Visible.

Parameters
newPageThe new page.

◆ MethodInvalidateItem()

delegate void SolidFramework.Forms.Thumbnails.MethodInvalidateItem ( int  i)

Represents Method Invalidate Item.

Parameters
iThe i.

◆ MethodReloadItem()

delegate void SolidFramework.Forms.Thumbnails.MethodReloadItem ( IPageHolder  pageHolder)

Represents method reload item.

Parameters
pageHolderThe page holder.

◆ Paste()

bool SolidFramework.Forms.Thumbnails.Paste ( )

Pastes this instance.

Exceptions
System.InvalidOperationException

Property Documentation

◆ ClipboardItems

Clipboard SolidFramework.Forms.Thumbnails.ClipboardItems
get

Gets the clipboard items.

The clipboard items.

◆ Items

ListView.ListViewItemCollection SolidFramework.Forms.Thumbnails.Items
get

Gets the items.

The items.

◆ Model

PagesModel SolidFramework.Forms.Thumbnails.Model
getset

Gets or sets the model.

The model.

◆ ReadOnly

bool SolidFramework.Forms.Thumbnails.ReadOnly
getset

Gets or sets a value indicating whether read only.

true if read only; otherwise, false.

◆ RemoveMenuItem

ToolStripMenuItem SolidFramework.Forms.Thumbnails.RemoveMenuItem
get

Gets the remove menu item.

The remove menu item.

◆ RotateLeftMenuItem

ToolStripMenuItem SolidFramework.Forms.Thumbnails.RotateLeftMenuItem
get

Gets the rotate left menu item.

The rotate left menu item.

◆ RotateRightMenuItem

ToolStripMenuItem SolidFramework.Forms.Thumbnails.RotateRightMenuItem
get

Gets the rotate right menu item.

The rotate right menu item.

◆ SelectAllMenuItem

ToolStripMenuItem SolidFramework.Forms.Thumbnails.SelectAllMenuItem
get

Gets the select all menu item.

The select all menu item.

◆ SelectedItems

ListView.SelectedListViewItemCollection SolidFramework.Forms.Thumbnails.SelectedItems
get

Gets the selected items.

The selected items.

◆ ShowItemToolTips

bool SolidFramework.Forms.Thumbnails.ShowItemToolTips
getset

Gets or sets a value indicating whether thumbnail items will show tooltips.

true if showing tooltips; otherwise, false.

◆ ThumbnailSize

int SolidFramework.Forms.Thumbnails.ThumbnailSize
getset

Gets or sets the size of the thumbnail.

The size of the thumbnail.