Converter.ThumbnailResolution Property HTML5/Flash Uploader PHP

Supported technologies:

Gets or sets a resolution of the thumbnail (DPI).

Syntax

PHP Initialize
public function getThumbnailResolution() {
}

public function setThumbnailResolution($value) {
}

Property Value

Type: integer

The the resolution of generated thumbnail in DPI. If 0 is specified, the resolution of the original file is preserved.

Default value is 0.

See Also

Reference