![]() |
Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
|
Represents thumbnail item. More...
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... | |
Represents thumbnail item.
| SolidFramework.Forms.ThumbnailItem.ThumbnailItem | ( | String | text, |
| int | itemIndex | ||
| ) |
Initializes a new instance of the ThumbnailItem class.
| text | The text. |
| itemIndex | The index. |
| void SolidFramework.Forms.ThumbnailItem.Draw | ( | object | sender, |
| DrawListViewItemEventArgs | e | ||
| ) |
Draws the specified sender.
| sender | The sender. |
| e | The DrawListViewItemEventArgs instance containing the event data. |
|
getset |
Gets or sets a value indicating whether this ThumbnailItem is highlight.
true if highlight; otherwise, false.
|
getset |
Gets or sets the insertion mark.
The insertion mark.
|
getset |
Gets or sets the page.
The page.