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

ConvertedFile.Index Property

Gets a zero-based index of this converted file within the ConvertedFiles collection.

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

Syntax

Visual Basic
Public ReadOnly Property Index As Integer
C#
public int Index { get; }

Property Value

Type: System.Int32

A zero-based index of this converted file within the ConvertedFiles collection.

See Also

Reference