DocumentViewerMultiLineTextItem Object

Summary

Wraps an array of DocumentViewerTextItem.

Syntax

JavaScript Syntax
function lt.Documents.UI.DocumentViewerMultiLineTextItem 
TypeScript Syntax
class lt.Documents.UI.DocumentViewerMultiLineTextItem() 

Remarks

DocumentViewerMultiLineTextItem contains an array of DocumentViewerTextItem instances to represent multiple lines of text in the document viewer. The array items can refer to anything from a piece of a single line to multiple pages of a document.

FirstPosition and LastPosition act as a shortcut to finding the begin and end position of the DocumentViewerTextItem instances within.

An array of DocumentViewerMultiLineTextItem is used as the output for matches to DocumentViewerText.Find.

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