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

ImageUploader.UploadThumbnail3Watermark Property

Watermark for the third thumbnail.

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

Syntax

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

Property Value

A string value that specifies watermark settings for the third thumbnail.

If an empty string is specified, watermark will not be drawn on this thumbnail.

Default value is "".

Remarks

This property corresponds to UploadThumbnail3Watermark client-side property.

See Also

Reference