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)
Public Property DimensionsAreTooLargeText As String
public string DimensionsAreTooLargeText { get; set; }
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".