←Select platform

Paste Method

Summary

Copies the annotation objects from the clipboard to this AnnAutomation.

Syntax

C#
VB
C++
public virtual void Paste() 
  
Public Overridable Sub Paste()  
public: 
virtual void Paste();  

Remarks

Use the CanPaste property to determine whether annotation objects are in the clipboard and can be pasted. Use this property to update the user interface of your application (for example, enabling or disabling an Edit/Paste menu item). Call the Paste method to actually copy the objects from the clipboard to this AnnAutomation.

Example

For C#/VB examples, refer to CanPaste.

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.Windows.Annotations Assembly