IRotation
Leave feedback
On this page
public interface IRotation
Interface defines properties for Signature Rotation.
| Method | Description |
|---|---|
| getRotationAngle() | Rotation angle clockwise. |
| setRotationAngle(int value) | Rotation angle clockwise. |
public abstract int getRotationAngle()
Rotation angle clockwise.
Returns: int
public abstract void setRotationAngle(int value)
Rotation angle clockwise.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.