←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 can 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 beginning and ending positions of the overall collection.

History

19.0.0.49
Added
Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer.WinForms Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.