createPdfRectUnion

open fun createPdfRectUnion(pdfRects: List<RectF>): RectF

Creates a union of a list of pdfRects. The provided pdfRects have to be in the PDF coordinate space. Examples for rects used with this method are pageRects, or the getBoundingBox.

Parameters

pdfRects

List of PDF rects on which to apply the union.