Parameter | Type | Description |
---|---|---|
data | string | String containing serilization of annotation objects. This parameter cannot be null |
position | LeadPointD | Top-left position of the pasted objects in container coordinates. |
Use the CanPaste property to determine whether annotation objects are in the clipboard and can be pasted. Use this property to update the user interface of your application (for example, enabling or disabling an Edit/Paste menu item).
Since clipboard operations is platform-specific, this method can be used to pass the result from AnnPlatformCallbacks.GetClipboardData of AnnAutomationManager.PlatformCallbacks to perform the paste operation.
Note that the DeserializeObjectError event will fire if an error occur during the paste operation.