ImageGear22.Core Assembly > ImageGear.Formats Namespace : ImGearFileFilters Class |
For a list of all members of this type, see ImGearFileFilters members.
Name | Description | |
---|---|---|
![]() | Add | Adds a new format to the end of the list of formats. |
![]() | Contains | Tells whether a particular format is in the list of formats. |
![]() | CopyTo | Copies IImGearFormat entries to an Array of IImGearFormat elements, starting at a particular Array index. |
![]() | Get | Gets a format in the list based on the format ID. |
![]() | GetEnumerator | Returns an enumerator that can iterate through a collection. |
![]() | IndexOf | Gets an index of a format in the list based on the format ID. |
![]() | Insert | Inserts a new format to the list of formats at the specified position. |
![]() | InsertAfter | Inserts a new format to the list of formats after the specified format. |
![]() | Remove | Removes a format from the list based on the format ID. |
![]() | RemoveAt | Removes a format from the list at the specified position. |
![]() | Set | Sets a format replacing the old one with the same ID. |