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

Messages.PreviewNotAvailable Property

Gets or sets the message displayed when the image preview could be generated.

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

Syntax

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

Property Value

Type: System.String

The message displayed when the image preview could be generated.

Default value is "Preview is not available".

Remarks

This property is necessary for localization of Image Uploader Flash.

See Also

Reference