PageStampRotationTypeEnum (COM-based API)
PageStampRotationTypeEnum enumeration constants are used to specify stamp rotation.
enum PageStampRotationTypeEnum {
PSRT_None = 0,
PSRT_Clockwise = 1,
PSRT_UpsideDown = 2,
PSRT_CounterClockwise = 3,
PSRT_ClockwiseDiagonal = 4,
PSRT_CounterClockwiseDiagonal = 5,
PSRT_Custom = 6
};
Elements
Name | Description |
PSRT_Clockwise | Rotate 90 degrees clockwise. |
PSRT_ClockwiseDiagonal | Place along the diagonal running from the top left corner to the bottom right corner. |
PSRT_CounterClockwise | Rotate 90 degrees counterclockwise or 270 degrees clockwise. |
PSRT_CounterClockwiseDiagonal | Place along the diagonal running from the bottom left corner to the top right corner. |
PSRT_Custom | Rotation angle specified by the customer. |
PSRT_None | This value means no rotation. |
PSRT_UpsideDown | Rotate 180 degrees. |
26.03.2024 13:49:49