bounds property

Rect bounds

The bounds of the lay outing on the page.

Implementation

Rect get bounds => _bounds.rect;
void bounds=(Rect value)

Sets value that indicates the lay outing bounds on the page.

Implementation

set bounds(Rect value) {
  _bounds = PdfRectangle.fromRect(value);
}