The Copy Method supports WPF/Silverlight.
The Copy Method is available in LEADTOOLS Document and Medical Imaging toolkits.
Copies the objects currently being edited to the clipboard.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(); |
For C#/VB examples, refer to CanCopy.
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 AnnAutomation.Delete to simulate a clipboard "cut" operation.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)