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

BackgroundImageFormat.Width Property

Width of the background image.

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

Syntax

Visual Basic
Public Property Width As Integer
C#
public int Width { get; set; }

Property Value

A positive integer value that specifies the width of the background image (in pixels).

Default value is 50.

Remarks

The image will be resized to the specified dimensions without keeping aspect ratio.

See Also

Reference