bounds property
Boundaries of the document detected, in the following order: top-left, top-right, bottom-right, bottom-left.
throws DocumentException An error has occurred during Document Library execution.
Implementation
PointList get bounds => getBounds();
Implementation
set bounds(PointList value) => setBounds(value);