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

Represents thumbnail item. More...

Inheritance diagram for SolidFramework.Forms.ThumbnailItem:

Public Member Functions

 ThumbnailItem (String text, int itemIndex)
 Initializes a new instance of the ThumbnailItem class. More...
 
void Draw (object sender, DrawListViewItemEventArgs e)
 Draws the specified sender. More...
 

Properties

SolidFramework.Model.Pdf.Pages.IPageHolder Page [getset]
 Gets or sets the page. More...
 
bool Highlight [getset]
 Gets or sets a value indicating whether this ThumbnailItem is highlight. More...
 
InsertionLocation InsertionMark [getset]
 Gets or sets the insertion mark. More...
 

Detailed Description

Represents thumbnail item.

Constructor & Destructor Documentation

◆ ThumbnailItem()

SolidFramework.Forms.ThumbnailItem.ThumbnailItem ( String  text,
int  itemIndex 
)

Initializes a new instance of the ThumbnailItem class.

Parameters
textThe text.
itemIndexThe index.

Member Function Documentation

◆ Draw()

void SolidFramework.Forms.ThumbnailItem.Draw ( object  sender,
DrawListViewItemEventArgs  e 
)

Draws the specified sender.

Parameters
senderThe sender.
eThe DrawListViewItemEventArgs instance containing the event data.

Property Documentation

◆ Highlight

bool SolidFramework.Forms.ThumbnailItem.Highlight
getset

Gets or sets a value indicating whether this ThumbnailItem is highlight.

true if highlight; otherwise, false.

◆ InsertionMark

InsertionLocation SolidFramework.Forms.ThumbnailItem.InsertionMark
getset

Gets or sets the insertion mark.

The insertion mark.

◆ Page

SolidFramework.Model.Pdf.Pages.IPageHolder SolidFramework.Forms.ThumbnailItem.Page
getset

Gets or sets the page.

The page.