toPdfRect method

PdfRect toPdfRect()

Get the bounding box

Implementation

PdfRect toPdfRect() => PdfRect.fromLTRB(left, top, right, bottom);