←Select platform

TextItems Property

Summary

A list of DocumentViewerTextItem.

Syntax

C#
VB
C++
public IList<DocumentViewerTextItem> TextItems { get; set; } 
Public Property TextItems() As IList(Of DocumentViewerTextItem) 
   Get 
   Set 
public:  
   property IList<DocumentViewerTextItem^>^ TextItems 
   { 
      IList<DocumentViewerTextItem^>^ get() 
      void set(IList<DocumentViewerTextItem^>^ value) 
   } 

Property Value

A list 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 list 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.WinForms Assembly