Selected text of a page as a list of DocumentViewerTextItem.
DocumentViewerText.prototype.getSelectedTextItems = function(pageNumber)
getSelectedTextItems(pageNumber: number): DocumentViewerTextItem[];
pageNumber
Page number to use. This value cannot be 0.
An array of the currently selected text items of the page, or null if the page does not have any selected text.
DocumentViewerText stores the state of the current text selection internally. Use GetSelectedText to obtain the selected text as a simple string object and GetSelectedTextItems to obtain this value as an array of DocumentViewerTextItem that contains information on the character range of the selection in the corresponding DocumentPageText and the total boundary of the selection in document units.
When RenderSelection is true, DocumentViewerView calls GetSelectedTextItems to highlight the selected text on the ImageViewer object.
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