| 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.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
SyntaxPublic Function getRotation As Integer
public:
int getRotation()
member getRotation : unit -> int
Return Value
Type:
Int32The rotation: 0, 90, 180, or 270.
See Also