Accusoft.ThumbnailXpressSdk Namespace : SelectedThumbnailItemCollection Class |
For a list of all members of this type, see SelectedThumbnailItemCollection members.
Name | Description | |
---|---|---|
Capacity | Gets or sets the number of elements that the System.Collections.CollectionBase can contain. (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. |