| 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.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic void setLocation(
WatermarkLocation location
)
Public Sub setLocation (
location As WatermarkLocation
)
public:
void setLocation(
WatermarkLocation location
)
member setLocation :
location : WatermarkLocation -> unit
Parameters
- location
- Type: de.softpro.signdocsdk.Enums.EWatermarkWatermarkLocation
l_overlay or l_underlay.
See Also