←Select platform

Copy Method

Summary
Copies the objects currently being edited to the clipboard.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public void Copy() 
- (void)copyObject; 
public void copy() 
public:  
   void Copy() 
def Copy(self): 
Remarks

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

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

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

Since clipboard operations is platform-specific, this method will use SetClipboardData of PlatformCallbacks to perform the copy operation.

Requirements

Target Platforms

Help Version 22.0.2023.4.25
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

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