C#
VB
C++
Copies the selected text to the clipboard
public void Copy(
int pageNumber
)
Public Sub Copy(
ByVal pageNumber As Integer
)
public:
void Copy(
int pageNumber
)
pageNumber
Page number to use. If this value is 0, then the selected text of all pages in the document will be used.
This method works by calling GetSelectedText and set the result in the clipboard if any value was found.
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