Checks whether the specified page or all pages in the document have text that is currently selected.
public bool HasSelectedText(
int pageNumber
)
Public Function HasSelectedText(
ByVal pageNumber As Integer
) As Boolean
public:
bool HasSelectedText(
int pageNumber
)
pageNumber
Page number to use. If this value is 0, then the text of all pages in the document will be used.
true if the page or document specified has text that is currently selected; otherwise, false.
If the text of the specified page(s) was not previously obtained, then this method will return false.
For an example, refer to SelectText.
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