Click or drag to resize
SignDocWatermarksetLocation Method
Set whether the watermark will appear behind the page or on top of the page. The default value is l_overlay.

Namespace: de.softpro.signdocsdk
Assembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
public void setLocation(
	WatermarkLocation location
)

Parameters

location
Type: de.softpro.signdocsdk.Enums.EWatermarkWatermarkLocation
l_overlay or l_underlay.
See Also