| SignDocWatermarksetVerticalPosition Method |
Set the vertical position of the watermark.
The default values are va_center and 0.
The distance is measured from the top edge of the page to the
top edge of the watermark (va_top), from the center of the page
to the center of the watermark (va_center), or from the bottom
edge of the page to the bottom edge of the watermark.
For va_bottom and va_center, positive values push the watermark
up, for va_top, positive values push the watermark down.
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic void setVerticalPosition(
VerticalAlignment alignment,
double distance
)
Public Sub setVerticalPosition (
alignment As VerticalAlignment,
distance As Double
)
public:
void setVerticalPosition(
VerticalAlignment alignment,
double distance
)
member setVerticalPosition :
alignment : VerticalAlignment *
distance : float -> unit
Parameters
- alignment
- Type: de.softpro.signdocsdk.Enums.EWatermarkVerticalAlignment
Measure distance from here: va_top, va_center,
or va_bottom. - distance
- Type: SystemDouble
The distance in user space units.
See Also