Gets or sets a value indicating whether an original image should be uploaded as the thumbnail in case when original image dimensions and file size are not bigger than dimensions and file size of this thumbnail.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
public bool ThumbnailCompressOversizedOnly { get; set; }
Type: System..Boolean
If true
and:
Then the original file will be sent instead of the thumbnail. In all other cases a thumbnail is created.
Default value is false.
This property makes sense only if the Mode property has the Thumbnail
value.