A shortcut for finding the last position in TextItems.
Object.defineProperty(DocumentViewerMultiLineTextItem.prototype, 'lastPosition',
get: function()
)
lastPosition: DocumentViewerTextPosition; // read-only
A DocumentViewerTextPosition representing the DocumentViewerTextItem.PageNumber and DocumentViewerTextItem.LastCharacterIndex of the last entry in TextItems. May be null.
LastPosition is a get-only property for quickly finding the DocumentViewerTextPosition for the end of the last DocumentViewerTextItem in the TextItems array. This property assumes that the items are already sorted from low to high and only looks at the last item in the array. If the array is empty or null, LastPosition 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