addImageToPage

open fun addImageToPage(@NonNull image: PageImage, destinationPageIndex: Int): PdfProcessorTask

Adds an image on top (or below) the destination page content.

Return

Processor task describing the page processing progress.

Parameters

image

Image to be added to the page.

destinationPageIndex

Page index of page to add image to.