WatermarkIsBackground Property |
Gets or sets a value indicating whether the watermark should be placed at background.
Namespace: GroupDocs.WatermarkAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 20.7.0
Syntaxpublic bool IsBackground { get; set; }
Public Property IsBackground As Boolean
Get
Set
public:
property bool IsBackground {
bool get ();
void set (bool value);
}
member IsBackground : bool with get, set
Property Value
Type:
Boolean
If the value is true, the watermark will be placed at the bottom.
By default, the value is false, the watermark will be placed at the top.
See Also