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

ImageUploader.DimensionsAreTooLargeText Property

Text of the label displayed when image dimensions are larger than the ones specified with the MaxImageWidth and MaxImageHeight properties.

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

Syntax

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

Property Value

A string value that specifies a caption of the label displayed when an image does not match specified dimensions (too large).

Default value is "Image is too large".

Remarks

This property corresponds to DimensionsAreTooLargeText client-side property.

See Also

Reference