Leadtools.Windows.Annotations Requires Document/Medical license. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Copy Method
See Also 
Leadtools.Windows.Annotations Namespace > AnnAutomation Class : Copy Method



Copies the objects currently being edited to the clipboard.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub Copy() 
Visual Basic (Usage)Copy Code
Dim instance As AnnAutomation
 
instance.Copy()
C# 
public virtual void Copy()
C++/CLI 
public:
virtual void Copy(); 

Example

For C#/VB examples, refer to CanCopy.

Remarks

AnnAutomation can copy objects to the clipboard when one or more AnnObjectBase objects are currently in edit mode (selected).

Use the CanCopy property to determine whether objects inside this AnnAutomation can currently be copied to the clipbaord.

You can call Copy followed by AnnAutomation.Delete to simulate a clipboard "cut" operation.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also

Copy requires a Document/Medical product license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features and Unlocking Special LEAD Features.