Accusoft.NotateXpressSdk Namespace > LayerCollection Class : Paste Method |
'Declaration Public Function Paste() As Layer
'Usage Dim instance As LayerCollection Dim value As Layer value = instance.Paste()
public Layer Paste()
public: Layer* Paste();
public: Layer^ Paste();
This method pastes annotation items which are currently available on the clipboard to the current layer. These annotations are generally available from previously calling the Layer.Copy method.
The NotateXpress control must be connected to an ImagXpress client in order for the copying and pasting operations to work. Please see the Connect to ImagXpress Client topic for more information on how to do this.