Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

Bounds Property (DocumentWord)

Show in webframe
The bounding rectangle of the word.
Syntax
get_bounds();
set_bounds(value);
Object.defineProperty('bounds');

Property Value

TypeDescription
LeadRectDThe bounding word of the character in document coordinates. Default value is empty rectangle.
Remarks

This value is set when BuildWords is called.

This value is in document coordinates. Refer to Documents Library Coordinate System for more information.

See Also

Reference

DocumentWord Object
DocumentWord Members

Error processing SSI file