textItems Property

Summary

An array of DocumentViewerTextItem.

Syntax
TypeScript
JavaScript
Object.defineProperty(DocumentViewerMultiLineTextItem.prototype, 'textItems', 
	get: function(), 
	set: function(value) 
) 
textItems: DocumentViewerTextItem[]; 

Property Value

An array of DocumentViewerTextItem. This value can be null or empty.

Remarks

TextItems represents a collection of DocumentViewerTextItem that need not be adjacent or in order. If this array is in order and adjacent, FirstPosition and LastPosition can act as shortcuts to the total beginning and ending positions of the overall collection.

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