Converter.ThumbnailJpegQuality Property HTML5/Flash Uploader PHP

Supported technologies: Adobe FlashHTML 5

Gets or sets a JPEG quality of the thumbnail.

Syntax

PHP Initialize
public function getThumbnailJpegQuality() {
}

public function setThumbnailJpegQuality($value) {
}

Property Value

Type: integer

The JPEG quality of the thumbnail in range from 0 (the worst quality) to 100 (the best quality).

Default value is 75.

Remarks

You can reduce thumbnail file size by specifying the lower quality.

This property makes sense only if the Mode property has the Thumbnail value.

See Also

Reference