bounds property
Rect
get
bounds
The bounds of the lay outing on the page.
Implementation
Rect get bounds => _bounds.rect;
set
bounds
(Rect value)
Sets value that indicates the lay outing bounds on the page.
Implementation
set bounds(Rect value) {
_bounds = PdfRectangle.fromRect(value);
}