Gets or sets the width restriction for the thumbnail.
Namespace:
Aurigma.ImageUploaderFlash
Assembly:
Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)
public int ThumbnailWidth { get; set; }
Read about the ThumbnailFitMode property for more detailed information on how this property affects the thumbnail size.
This property makes sense only if the Mode property has the Thumbnail value.
Adobe Flash applies the following limitations on thumbnail size. Minimum allowed thumbnail width is restricted to 50 pixels because of the Adobe Flash limitation. If you specify a lesser value, it will be automatically set to 50
. Flash Uploader does not apply any technical limitations on thumbnails created from original images in JPEG format (with exception of the license limitations). For other input image formats maximum allowed thumbnail size is 16 megapixels, so, if a thumbnail is 8,191 pixels wide, it can only be 2,048 pixels high.