Background

WatermarkOptions.Background property

Indicates that the watermark is stamped as background. If the value is true, the watermark is laid at the bottom. By default is false and the watermark is laid on top.

public bool Background { get; set; }

See Also