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

ImageUploader.KilobytesText Property

Text for the kilobytes unit in the progress dialog.

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

Syntax

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

Property Value

A string value that specifies a text for kilobytes unit in the progress dialog. As this string is inserted at the end of a sentence, you should specify it without capitalization.

Default value is "kilobytes".

Remarks

This property corresponds to KilobytesText client-side property.

See Also

Reference