Accusoft.ThumbnailXpressSdk Namespace : FilterCollection Class |
The following tables list the members exposed by FilterCollection.
Name | Description | |
---|---|---|
![]() | Capacity | (Inherited from System.Collections.CollectionBase) |
![]() | Count | Gets the number of filters in the collection. |
![]() | IsFixedSize | Gets an indicator if the collection is a fixed size. |
![]() | IsReadOnly | Gets an indicator if the collection access is read-only. |
![]() | IsSynchronized | Gets an indicator whether synchronized (thread-safe) read-write access to the collection is available. |
![]() | Item | Gets the filter object for the given collection index. |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the collection. |
Name | Description | |
---|---|---|
![]() | Add | Adds the provided filter item to the end of the collection. |
![]() | Clear | This method clears all filters out of the collection. |
![]() | Contains | Provides an indication as to whether the collection contains the given filter. The matching criteria is based on the filter name. |
![]() | CopyTo | Copy the collection to an array of Filters. |
![]() | GetEnumerator | Gets an enumerator for traversing the filters collection. |
![]() | IndexOf | Returns the index of the given filter in the collection. |
![]() | Insert | Inserts the provided filter item into the collection at the given index. |
![]() | Remove | Removes the provided filter from the collection. |
![]() | RemoveAt | Removes the filter at the given location in the collection. |