Aurigma Image Uploader 6.5 Dual
ImageUploader..::.UploadThumbnail2Watermark Property
Watermark for the second thumbnail.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Syntax
Visual Basic
Public Property UploadThumbnail2Watermark As String
C#
public string UploadThumbnail2Watermark { get; set; }
Property Value
A string value that specifies watermark settings for the second thumbnail.
If an empty string is specified, watermark will not be drawn on this thumbnail.
Default value is "".
Remarks
This property corresponds to UploadThumbnail2Watermark client-side property.