bounds Property

Summary

The bounding rectangle of the character.

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

Property Value

The bounding rectangle of the character in document coordinates. Default value is empty rectangle.

Remarks

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

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly