bounds property

PointList bounds

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();
void bounds=(PointList value)

Implementation

set bounds(PointList value) => setBounds(value);