Converter.ThumbnailWidth Property HTML5/Flash Uploader PHP

Supported technologies: Adobe FlashHTML 5

Gets or sets the width restriction for the thumbnail.

Syntax

PHP Initialize
public function getThumbnailWidth() {
}

public function setThumbnailWidth($value) {
}

Property Value

Type: integer

The width 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 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.

See Also

Reference