Text of the label displayed when image dimensions are smaller than the ones specified with the MinImageWidth and MinImageHeight properties.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property DimensionsAreTooSmallText As String
public string DimensionsAreTooSmallText { get; set; }
A string value that specifies a caption of the label displayed when an image does not match specified dimensions (too small).
Default value is "Image is too small".