Returns a converted file at the specified index.
Namespace:
Aurigma.ImageUploaderFlash
Assembly:
Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)
Public Function Get ( _ index As Integer _ ) As ConvertedFile
public ConvertedFile Get( int index )
Type: System.Int32
The zero-based index of the converted file to get.
Type: Aurigma.ImageUploaderFlash.ConvertedFile
The converted file at the specified index.