getDocumentBoundary method of the Image class
Returns document boundary defined by the four vertex points of the bounding quadrangle. The vertices are indexed clockwise starting from the bottom left.
Point[] getDocumentBoundary();
Return values
Returns an array of Point objects.
02.03.2022 12:59:15