Discuss this help topic in SecureBlackbox Forum
Specifies if signature widget will be rotated when document is rotated in browser
Declaration
[VB.NET]
Property NoRotate As Boolean
[Pascal]
property NoRotate : boolean;
[C++]
bool get_NoRotate();
void set_NoRotate(bool Value);
[PHP]
bool get_NoRotate()
void set_NoRotate(bool $Value)
[Java]
boolean getNoRotate();
void setNoRotate(boolean Value);
Description
If this property value is
True signature widget will not be rotated when document is rotated in browser.
Discuss this help topic in SecureBlackbox Forum