[]
Gets or sets a picture shown by this watermark or overlay. Note that if the picture is not empty, Text is ignored.
[C1Category("Image")]
[C1Description("Watermark.Picture", "The picture shown by this watermark or overlay. If not empty, Text is ignored.")]
public object Picture { get; set; }
<C1Category("Image")>
<C1Description("Watermark.Picture", "The picture shown by this watermark or overlay. If not empty, Text is ignored.")>
Public Property Picture As Object