Converter.ThumbnailHeight Property HTML5/Flash Uploader ASP.NET

Supported technologies: Adobe FlashHTML 5

Gets or sets the height restriction for the thumbnail.

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

Syntax

C#
public int ThumbnailHeight { get; set; }

Property Value

Type: System..Int32

The height of the thumbnail.

Default value is 96.

Remarks

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.

Note

Adobe Flash applies the following limitations on thumbnail size. Minimum allowed thumbnail height (any format of original image) 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.

See Also

Reference