Copies the objects currently being edited to the clipboard.
public void Copy()
Public Sub Copy()
-(void) objectCopy;
public void copy()
public:
void Copy()
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document