Manages the text operations in this document viewer.
Object.defineProperty(DocumentViewer.prototype, 'text',
get: function()
)
text: DocumentViewerText; // read-only
The DocumentViewerText object that manages the text operations in this document viewer.
This class manages the text operations of the current Document set in the document viewer. The text is treated as a read-only option and cannot be changed. The operations that can be performed includes selecting characters, words or lines using the mouse or touch, highlighting the selected text of the pages, performing free text search in the document using "find", "find next" and "find previous" and exporting the text as a simple string or to the clipboard.
Refer to DocumentViewerText for more information.
For an example, refer to DocumentViewerText.
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