Indicates if the currently uploaded thumbnail was created successfully.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public ReadOnly Property Succeeded As Boolean
public bool Succeeded { get; }
true
, if the CompressionMode of the thumbnail is Jpeg and it is created successfully. Otherwise, false
.