Discuss this help topic in SecureBlackbox Forum
Specifies rotation of signature widget.
Declaration
[VB.NET]
Property Rotate As Integer
[Pascal]
property Rotate : Integer;
[C++]
int32_t get_Rotate();
void set_Rotate(int32_t Value);
[PHP]
integer get_Rotate()
void set_Rotate(integer $Value)
[Java]
int getRotate();
void setRotate(int Value);
Description
Use this property to get or set rotation angle of the signature widget.
Possible values are: 0, 90, 180 or 270 degrees.
Discuss this help topic in SecureBlackbox Forum