A shortcut for finding the first position in TextItems.
Object.defineProperty(DocumentViewerMultiLineTextItem.prototype, 'firstPosition',
get: function()
)
firstPosition: DocumentViewerTextPosition; // read-only
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 array. This property assumes that the items are already sorted from low to high and only looks at the first item in the array. If the array is empty or null, FirstPosition is null.
History
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document