This documentation is for the old version. Go to the latest Upload Suite docs

Converter.ThumbnailHeight Property

Gets or sets the height restriction for the thumbnail.

Syntax

PHP Initialize
public function getThumbnailHeight() {
}

public function setThumbnailHeight($value) {
}

Property Value

Type: integer

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

Maximum allowed thumbnail height is restricted to 2000 pixels. If you specify a value exceeding this limitation, it will be automatically set to 2000.

See Also

Reference