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

ImageUploader.DimensionsAreTooSmallText Property

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)

Syntax

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

Property Value

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".

Remarks

This property corresponds to DimensionsAreTooSmallText client-side property.

See Also

Reference