Accusoft.ThumbnailXpressSdk Namespace : SelectedThumbnailItemCollection Class |
For a list of all members of this type, see SelectedThumbnailItemCollection members.
Name | Description | |
---|---|---|
Add | This method adds a new thumbnail item to the selected item collection. The display is updated if appropriate. | |
Clear | This method clears all thumbnails out of the selected item collection. The display is updated if appropriate. | |
Contains | This method provides an indication as to whether the selected item collection contains the given thumbnail. The matching criteria is based on the filename / page number information. | |
CopyTo | Method to copy the selected item collection to an array of ThumbnailItems. | |
GetEnumerator | This method returns an enumerator for traversing the selected item collection. | |
IndexOf | This method returns the index of the given thumbnail in the selected item collection. The matching criteria is based on the filename / page number information. | |
Insert | This method inserts the provided thumbnail item into the selected item collection at the given index. The display is updated if appropriate. | |
Remove | This method removes the provided thumbnail from the selected item collection. The matching criteria is based on the filename / page number information. The display is updated if appropriate. | |
RemoveAt | This method removes the thumbnail at the given location in the selected item collection. The display is updated if appropriate. |