| SignDocWatermarksetHorizontalPosition Method |
Set the horizontal position of the watermark.
The default values are ha_center and 0.
The distance is measured from the left edge of the page to the
left edge of the watermark (ha_left), from the center of the page
to the center of the watermark (ha_center), or from the right
edge of the page to the right edge of the watermark.
For ha_left and ha_center, positive values push the watermark to
the right, for ha_right, positive values push the watermark to
the left.
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic void setHorizontalPosition(
HorizontalAlignment alignment,
double distance
)
Public Sub setHorizontalPosition (
alignment As HorizontalAlignment,
distance As Double
)
public:
void setHorizontalPosition(
HorizontalAlignment alignment,
double distance
)
member setHorizontalPosition :
alignment : HorizontalAlignment *
distance : float -> unit
Parameters
- alignment
- Type: de.softpro.signdocsdk.Enums.EWatermarkHorizontalAlignment
Measure distance from here: ha_left, ha_center,
or ha_right. - distance
- Type: SystemDouble
The distance in user space units.
See Also