Converter.ThumbnailBgColor Property HTML5/Flash Uploader ASP.NET

Supported technologies: Adobe FlashHTML 5

Gets or sets a background color of the thumbnail.

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

Syntax

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.

Default value is 0xffffff.

Remarks

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

See Also

Reference