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

Messages.DimensionsTooSmall Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a message which states that the width or height of selected image is too small.

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

Syntax

Visual Basic
Public Property DimensionsTooSmall As String
C#
public string DimensionsTooSmall { get; set; }

Property Value

Type: System.String

The message which states that the width or height of the selected image is too small (i.e. it is less than MinImageWidth or MinImageHeight property). To disable this message, set it to an empty string. It can contain the following placeholder:

[name]
replaced by the name of the file which cannot be added.

Default value is "The image '[name]' is too small to be selected.".

Remarks

This property is necessary for localization of Image Uploader.

See Also

Reference