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.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public void setLocation(
	WatermarkLocation location
)

Parameters

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