Aurigma Image Uploader 6.5 Dual
FileUploadEventArgs..::.Thumbnails Property
Gets a ThumbnailList which represents a list of thumbnails created for currently uploaded file.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Syntax
Visual Basic
Public ReadOnly Property Thumbnails As ThumbnailList
C#
public ThumbnailList Thumbnails { get; }
Property Value
The ThumbnailList that contains thumbnails created for currently uploaded file.Remarks
This property returns a list of thumbnails if at least one thumbnail was configured for the upload.