Click or drag to resize
SignDocFieldgetRotation Method
Get the rotation of the widget contents. The rotation is specified in degrees (counter-clockwise). The default value is 0. For instance, if the rotation is 270, left-to right text will display top down.

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public int getRotation()

Return Value

Type: Int32
The rotation: 0, 90, 180, or 270.
See Also