public void Paste( Leadtools.Context context )
public void Paste( Leadtools.Context context )
public void paste(Context context)
function Leadtools.Annotations.Automation.AnnAutomation.Paste( context )
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). Call the PasteAt method to actually copy objects from the clipboard to this AnnAutomation.
Note: A DeserializeObjectError event will fire if an error occurs during the paste operation.