bounds Property (DocumentViewerTextItem)

Summary

The overall bounding rectangle of this item in the page.

Syntax

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

Property Value

The overall bounding rectangle of this item in the page in document coordinates.

Remarks

This value is calculated by the document viewer from the union of the Bounds of all the characters between FirstCharacterIndex and LastCharacterIndex.

Example

For an example, refer to Find.

Requirements

Target Platforms

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