Accusoft.NotateXpress13.Net
Paste Method (LayerCollection)




Pastes the layer that is on the clipboard.
Syntax
'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(); 

Return Value

The Layer the annotations are pasted on.
Remarks

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.

See Also

Reference

LayerCollection Class
LayerCollection Members
Copy Method

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback