ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats Namespace / ImGearFileFilters Class
Properties Methods


In This Topic
    ImGearFileFilters Class Members
    In This Topic

    The following tables list the members exposed by ImGearFileFilters.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ImGearFileFilters class.  
    Top
    Public Properties
     NameDescription
    Public Property Gets the total number of formats currently in the collection.  
    Public Property Gets a value indicating whether access to the collection is synchronized (thread-safe).  
    Public Property Gets an object that can be used to synchronize access to the collection.  
    Top
    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