Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Automation)

Copy Method

Show in webframe
Copies the objects currently being edited to the clipboard.
Syntax
 function Leadtools.Annotations.Automation.AnnAutomation.copy()
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.

See Also

Reference

AnnAutomation Object
AnnAutomation Members

Error processing SSI file