Indicates whether any pages in the document have selected text.
public bool HasAnySelectedText { get; }
Public ReadOnly Property HasAnySelectedText() As Boolean
Get
public:
property bool HasAnySelectedText
{
bool get()
}
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