bounds Property (DocumentCharacter)

Summary

The bounding rectangle of the character.

Syntax

JavaScript Syntax
Object.defineProperty(DocumentCharacter.prototype, 'bounds', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
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 Documents Library Coordinate System for more information.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Documents Assembly
Click or drag to resize