bounds property

Rect get bounds

Gets annotation's bounds in the PDF page.

Implementation

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

Sets annotation's bounds in the PDF page.

Implementation

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