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 : Copy Method |
public void Copy( int pageNumber )
'Declaration
Public Sub Copy( _ ByVal pageNumber As Integer _ )
'Usage
Dim instance As DocumentViewerText Dim pageNumber As Integer instance.Copy(pageNumber)
public: void Copy( int pageNumber )
This method works by calling GetSelectedText and set the result in the clipboard if any value was found.