Accusoft.ThumbnailXpressSdk Namespace : SelectedThumbnailItemCollection Class |
The following tables list the members exposed by SelectedThumbnailItemCollection.
Name | Description | |
---|---|---|
![]() | Capacity | (Inherited from System.Collections.CollectionBase) |
![]() | Count | Read-only property returning the number of items in the selected item collection. |
![]() | IsFixedSize | Read-only property returning whether the collection is a fixed size. |
![]() | IsReadOnly | Read-only property returning whether the collection access is read-only. |
![]() | IsSynchronized | Read only property returning whether synchronized (thread-safe) read-write access to the Collection is available. Will always return false. Use the SelectedThumbnailItemCollectionEnumerator and its Lock method to access the SelectedThumbnailItemCollection in a read-only thread safe manner. |
![]() | Item | Read-only property returning the thumbnail item object from the given selected item collection index. |
![]() | SyncRoot | Read-only property returning an object that can be used to synchronize access to the collection. |
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. |