Switch that specifies whether an original file should be uploaded as the third thumbnail in case when original image dimensions and file size are not bigger than dimensions and file size of the third thumbnail.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property UploadThumbnail3CompressOversizedOnly As Boolean
public bool UploadThumbnail3CompressOversizedOnly { get; set; }
A boolean value (true
or false
). If true
and:
Then the original file will be sent instead of the third thumbnail. In all other cases a thumbnail is created.
Default value is false
.