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

ImageUploader.LargePreviewGeneratingPreviewText Property

Text that appears in the preview window while a preview is being generated.

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

Syntax

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

Property Value

A string value that specifies the text that appears in the preview window while the preview is being generated.

Default value is "Generating preview...".

Remarks

This property corresponds to LargePreviewGeneratingPreviewText client-side property.

See Also

Reference