Aurigma ActiveX/Java Uploader 8.0.33
ConverterCollection Class
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
<
(Of
<
(
Converter
>
)
>
)
L
Aurigma.ImageUploader..::..ConverterCollection