characterIndex Property

Summary

The index where the Character can be found in the original DocumentPageText.Characters list.

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

Property Value

An integer corresponding to the index value.

Example

For an example, refer to LEADDocument.compare

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