textItems Property

Summary

An array of DocumentViewerTextItem.

Syntax

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

Property Value

An array of DocumentViewerTextItem. This value may 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 begin and end positions of the overall collection.

History

19.0.0.49
Added
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.UI Assembly