←Select platform

Copy Method

Summary

Copies the selected text to the clipboard

Syntax
C#
VB
C++
public void Copy( 
   int pageNumber 
) 
Public Sub Copy( 
   ByVal pageNumber As Integer 
) 
public:  
   void Copy( 
      int pageNumber 
   ) 

Parameters

pageNumber

Page number to use. If this value is 0, then the selected text of all pages in the document will be used.

Remarks

This method works by calling GetSelectedText and set the result in the clipboard if any value was found.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer.WinForms Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.