A list of DocumentViewerTextItem.
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)
}
A list of DocumentViewerTextItem. This value may be null or empty.
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
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET