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

ImageUploader.ButtonPasteText Property

Text for the Paste button which pastes an image (not a file) from a clipboard to the upload list.

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

Syntax

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

Property Value

A string value that specifies the Paste button text. If an empty string is specified, the button becomes invisible.

Default value is "".

Remarks

This property corresponds to ButtonPasteText client-side property.

See Also

Reference