Skip to main content

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 — if true, the rotation is clockwise or if false, counter-clockwise.

Returns

  • NA — This method does not return a value.