ImageGear v26.5 - Updated
ImageGear.Core Assembly / ImageGear.Formats Namespace / ImGearFileFilters Class


In This Topic
    ImGearFileFilters Class Methods
    In This Topic

    For a list of all members of this type, see ImGearFileFilters members.

    Public Methods
     NameDescription
    Public Method Adds a new format to the end of the list of formats.  
    Public Method Tells whether a particular format is in the list of formats.  
    Public MethodCopies IImGearFormat entries to an Array of IImGearFormat elements, starting at a particular Array index.  
    Public Method Gets a format in the list based on the format ID.  
    Public Method Returns an enumerator that can iterate through a collection.  
    Public Method Gets an index of a format in the list based on the format ID.  
    Public Method Inserts a new format to the list of formats at the specified position.  
    Public Method Inserts a new format to the list of formats after the specified format.  
    Public Method Removes a format from the list based on the format ID.  
    Public Method Removes a format from the list at the specified position.  
    Public Method Sets a format replacing the old one with the same ID.  
    Top
    See Also