The beginning position of any selected text in the document.
public DocumentViewerTextPosition SelectedTextBegin { get; }
Public ReadOnly Property SelectedTextBegin() As DocumentViewerTextPosition
Get
public:
property DocumentViewerTextPosition^ SelectedTextBegin
{
DocumentViewerTextPosition^ get()
}
A DocumentViewerTextPosition object indicating the beginning of selected text, or null if no text is selected.
When HasAnySelectedText is true, SelectedTextBegin will contain the page number and character index of the first character in the document that is selected. SelectedTextEnd will contain the page number and character index of the last character in the document that is selected.
ClearSelection can be used to clear selected text on pages.
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