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

ThumbnailInfo.Succeeded Property

Indicates if the currently uploaded thumbnail was created successfully.

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

Syntax

Visual Basic
Public ReadOnly Property Succeeded As Boolean
C#
public bool Succeeded { get; }

Property Value

true, if the CompressionMode of the thumbnail is Jpeg and it is created successfully. Otherwise, false.

See Also

Reference