rotateClockwise
Rotates one or more pages of a PDF document, 90 degrees clockwise or counter-clockwise, given by an array of page numbers and a boolean to indicate clockwise or counter-clockwise rotation.
Version
(Pro version only)
Syntax
RxCore.rotateClockwise(pagenumbers, clockwise);
Parameters
pagenumbers: array of numbers — An array of 0-indexed pages to be rotated.clockwise: boolean — iftrue, the rotation is clockwise or iffalse, counter-clockwise.
Returns
- NA — This method does not return a value.