| SignDocFieldsetRotation Method |
Set 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.
Currently, the rotation must always be 0 for TIFF document
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic void setRotation(
int rotation
)
Public Sub setRotation (
rotation As Integer
)
public:
void setRotation(
int rotation
)
member setRotation :
rotation : int -> unit
Parameters
- rotation
- Type: SystemInt32
The rotation: 0, 90, 180, or 270.
See Also