paginateBounds property
Rect
get
paginateBounds
Gets the bounds on the next page.
Implementation
Rect get paginateBounds => _paginateBounds.rect;
set
paginateBounds
(Rect value)
Sets the bounds on the next page.
Implementation
set paginateBounds(Rect value) {
_paginateBounds = PdfRectangle.fromRect(value);
_boundsSet = true;
}