setPageBox

open fun setPageBox(@IntRange(from = 0) pageIndex: Int, @NonNull boxToChange: PdfBox, @NonNull rectF: RectF): PdfProcessorTask

Changes one of the page boxes for the passed page.

Note: This call requires document editing feature in your license.

Return

Processor task describing the page processing progress.

Parameters

pageIndex

0-indexed page index of the page to be rotated.

boxToChange

Current PDF box to be changed.

rectF

New box position in PDF coordinates.