PageStampRotationType (Web Services API)
PageStampRotationType enumeration constants are used to specify stamp rotation.
enum PageStampRotationType {
Clockwise,
ClockwiseDiagonal,
CounterClockwise,
CounterClockwiseDiagonal,
Custom,
None,
UpsideDown
};
Elements
Name | Description |
Clockwise | Rotate 90 degrees clockwise. |
ClockwiseDiagonal | Place along the diagonal running from the top left corner to the bottom right corner. |
CounterClockwise | Rotate 90 degrees counterclockwise or 270 degrees clockwise. |
CounterClockwiseDiagonal | Place along the diagonal running from the bottom left corner to the top right corner. |
Custom | Rotation angle specified by the customer. |
None | This value means no rotation. |
UpsideDown | Rotate 180 degrees. |
3/26/2024 1:49:49 PM