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

Messages.DimensionsTooLarge Property

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

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

Syntax

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

Property Value

Type: System.String

The message which states that the width or height of the selected image is too large (i.e. exceeds the MaxImageWidth or MaxImageHeight 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 "Dimensions of '{0}' are too large, the file wasn't added. Allowed maximum are {1}x{2} pixels.".

Remarks

This property is necessary for localization of Image Uploader Flash.

See Also

Reference