←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.UI.WinForms Assembly