bounds property

Rect bounds

Gets annotation's bounds in the PDF page.

Implementation

Rect get bounds {
  return _helper.bounds;
}
void bounds=(Rect value)

Sets annotation's bounds in the PDF page.

Implementation

set bounds(Rect value) {
  _helper.bounds = value;
}