Copies the annotation objects from the clipboard to this AnnAutomation at the specified position.
public void PasteAt(
LeadPointD position
)
Public Sub PasteAt( _
ByVal position As Leadtools.LeadPointD _
)
public void PasteAt(
Leadtools.LeadPointD position
)
-(void) objectPasteAt:(LeadPointD) position;
public void pasteAt(LeadPointD position)
function Leadtools.Annotations.Automation.AnnAutomation.PasteAt(
position
)
public:
void PasteAt(
LeadPointD^ position
)
position
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 will use GetClipboardData of PlatformCallbacks to perform the paste operation.
Note that the DeserializeObjectError event will fire if an error occur during the paste operation.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET