Accusoft.ThumbnailXpressSdk Namespace : ThumbnailItemCollection Class |
For a list of all members of this type, see ThumbnailItemCollection members.
Name | Description | |
---|---|---|
Capacity | Gets or sets the number of elements that the System.Collections.CollectionBase can contain. (Inherited from System.Collections.CollectionBase) | |
Count | Gets the number of items in the 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 ThumbnailItemCollectionEnumerator and its Lock method to access the ThumbnailItemCollection in a read-only thread safe manner. | |
Item | Read-only property returning the ThumbnailItem object from the given collection index. | |
SyncRoot | Read-only property returning an object that can be used to synchronize access to the collection. |