←Select platform

TextItems Property

Summary

A list of DocumentViewerTextItem.

Syntax
C#
C++/CLI
public IList<DocumentViewerTextItem> TextItems { 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 22.0.2023.1.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer.WinForms Assembly

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