bounds Property

Summary

The bounding rectangle of the word.

Syntax
TypeScript
JavaScript
Object.defineProperty(DocumentWord.prototype, 'bounds', 
   get: function(), 
   set: function(value) 
) 
bounds: LeadRectD; 

Property Value

The 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 Document Library Coordinate System for more information.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.