Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Core)

SetRectangles Method

Show in webframe
The array of new rectangles to be set for this object.
Replaces the rectangles of this AnnTextReviewObject.
Syntax
 function Leadtools.Annotations.Core.AnnTextReviewObject.setRectangles( 
   rects 
)

Parameters

ParameterTypeDescription
rectsLeadRectDThe array of new rectangles to be set for this object.
Remarks

This is a helper method that will clear the Points collection and then add the top-left and bottom-right corner points of each item in rects to Points. When this method returns, the number of points in the collection will be the number of rects items multiplied by two.

See Also

Reference

AnnTextReviewObject Object
AnnTextReviewObject Members

Error processing SSI file