Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents.UI Namespace > DocumentViewerText Class : HasSelectedText Method |
public bool HasSelectedText( int pageNumber )
'Declaration
Public Function HasSelectedText( _ ByVal pageNumber As Integer _ ) As Boolean
'Usage
Dim instance As DocumentViewerText Dim pageNumber As Integer Dim value As Boolean value = instance.HasSelectedText(pageNumber)
public: bool HasSelectedText( int pageNumber )
If the text of the specified page(s) was not previously obtained, then this method will return false.
For an example, refer to SelectText.