Copies the objects currently being edited to the clipboard.
public virtual void Copy()
Public Overridable Sub Copy()
public:
virtual 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 Delete to simulate a clipboard "cut" operation.
For C#/VB examples, refer to CanCopy.
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