lastCharacterIndex Property

Summary

The index of the last character of this text item.

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

Property Value

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

Remarks

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

Requirements

Target Platforms

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

Leadtools.Document.Viewer Assembly

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