set Page Box
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
page Index
0-indexed page index of the page to be rotated.
box To Change
Current PDF box to be changed.
rect F
New box position in PDF coordinates.