Gets or sets a message which states that the width or height of the selected image is too large.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
public string DimensionsTooLarge { get; set; }
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:
Default value is "The image '[name]' is too large to be selected.".
This property is necessary for localization of ActiveX/Java Uploader.