firstCharacterIndex Property (DocumentViewerTextItem)

Summary

The index of the first character of this text item.

Syntax

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

Property Value

The 0-based index of the first character in this text item.

Remarks

FirstCharacterIndex and LastCharacterIndex are indices to the corresponding DocumentPageText object Characters array.

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