Accusoft.ThumbnailXpressSdk Namespace : FilterCollection Class |
For a list of all members of this type, see FilterCollection members.
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. |