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

Converter.ThumbnailBgColor Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a background color of the thumbnail.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Property ThumbnailBgColor As Color
C#
public Color ThumbnailBgColor { get; set; }

Property Value

Type: System.Drawing.Color

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

The color string should be specified in a hex representation of the RGB triad in HTML-style syntax (#rrggbb).

Default value is #FFFFFF.

Remarks

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

See Also

Reference

Manual