Click or drag to resize
SignDocWatermarksetRotation Method
Set the rotation. The default value is 0.

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public void setRotation(
	double rotation
)

Parameters

rotation
Type: SystemDouble
The rotation in degrees (-180 through 180), 0 is horizontal (left to right), 45 is bottom left to upper right.
See Also