A shortcut for finding the first position in TextItems.
public DocumentViewerTextPosition FirstPosition { get; }
Public ReadOnly Property FirstPosition() As DocumentViewerTextPosition
Get
public:
property DocumentViewerTextPosition^ FirstPosition
{
DocumentViewerTextPosition^ get()
}
A DocumentViewerTextPosition representing the DocumentViewerTextItem.PageNumber and DocumentViewerTextItem.FirstCharacterIndex of the first entry in TextItems. May be null.
FirstPosition is a get-only property for quickly finding the DocumentViewerTextPosition for the start of the first DocumentViewerTextItem in the TextItems list. This property assumes that the items are already sorted from low to high and only looks at the first item in the list. If the list is empty or null, FirstPosition is null.
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