characterIndex Property

Summary

The character's index.

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

Property Value

The character's index to represent. -1 is allowed.

Remarks

A value of -1 indicates that the actual last character of the page text may not be known, and when the DocumentPageText is retrieved, internal operations will translate the value into the last character's index.

History

19.0.0.49
Added

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.Viewer Assembly