This documentation is for the old version. Go to the latest Upload Suite docs

ConverterCollection Class

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

This class represents a collection of file converters.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Class ConverterCollection _
	Inherits Collection(Of Converter)
C#
public class ConverterCollection : Collection<Converter>

Remarks

You can use this class to work with converters at runtime.

Inheritance Hierarchy

System.Object
L System.Collections.ObjectModel.Collection < Converter >
L Aurigma.ImageUploader.ConverterCollection

See Also

Reference