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

ThumbnailInfo.Index Property

Gets 1-based index of the uploaded thumbnail.

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

Syntax

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

Property Value

The value that represents 1-based index of the uploaded thumbnail.

See Also

Reference