Aurigma Image Uploader 6.5 Dual
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.