ConvertedFileCollection.Item Property ActiveX/Java Uploader ASP.NET

Gets a converted file at the specified index.

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

Syntax

C#
public ConvertedFile this[
	int index
] { get; }

Parameters

index

Type: System..Int32

Property Value

Type: Aurigma.ImageUploader..ConvertedFile

The converted file at the specified index.

See Also

Reference