Skip to main content

insertBlankPages

Use this method to insert blank pages into a PDF document.

Version

(Pro version only)

Syntax

        RxCore.insertBlankPages(pageIndex, count, width, height);

Parameters

  • pageIndex: double array of numbers — A double array of 0 indexed page numbers indicating the position where the blank pages will be inserted.
  • count: number — A number holding the number of blank pages to insert.
  • width: number — The width of the blank page in pixels.
  • height: number — The height of the blank page in pixels.

Returns

  • NA — This method does not return a value.