Skip to main content

movePageTo

Call this method to move a page in a PDF document from one location to another using the page index and destination index.

Syntax

RxCore.movePageTo(pageindex, destindex)

Parameters

  • pageindex: number — 0 index value of the page to move. To move page 1 use value 0 page 2 value 1 etc.
  • destindex: number — 0 index value of the new page location. To move to page 10 use value 9 page 11 value 10 etc.

Returns

  • NA — This method does not return a value.