ConvertedFileCollection.Get Method ActiveX/Java Uploader ASP.NET

Returns a converted file at the specified index.

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

Syntax

C#
public ConvertedFile Get(
	int index
)

Parameters

index

Type: System..Int32

The zero-based index of the converted file to get.

Return Value

Type: Aurigma.ImageUploader..ConvertedFile

The converted file at the specified index.

See Also

Reference