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

ImageUploaderFlash.Converters Property

Gets the collection of converters.

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

Syntax

Visual Basic
Public ReadOnly Property Converters As ConverterCollection
C#
public ConverterCollection Converters { get; }

Property Value

Type: Aurigma.ImageUploaderFlash.ConverterCollection

The collection of converters.

Remarks

Each conveter configures a converted file (original file as is, thumbnail created from original image file, icon associated with original file, or original file compressed into ZIP archive) which will be uploaded for each of the user-selected files.

See Also

Reference

Manual