Indicates whether any pages in the document have selected text.
Object.defineProperty(DocumentViewerText.prototype, 'hasAnySelectedText',
get: function()
)
hasAnySelectedText: boolean; // read-only
A read-only boolean that is true if any text is selected.
This boolean can be used as a shortcut instead of calling HasSelectedText on each page in the document or checking that SelectedTextBegin and SelectedTextEnd are not null.
See DocumentViewerText for more information.
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