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

Converter.ThumbnailBgColor Property

Gets or sets a background color of the thumbnail.

Syntax

PHP Initialize
public function getThumbnailBgColor() {
}

public function setThumbnailBgColor($value) {
}

Property Value

Type: string

A background color of the thumbnail. This color is used when the thumbnail should be created for an image with transparency.

Default value is "#FFFFFF".

Remarks

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

See Also

Reference