(Leadtools.Annotations.Automation)

PasteStringAt Method

Show in webframe




String containing serilization of annotation objects. This parameter cannot be null
Top-left position of the pasted objects in container coordinates.
Copies the annotation objects contained in a serilization object at the specified position.
Syntax
public void PasteStringAt( 
   string data,
   LeadPointD position
)
public void PasteStringAt( 
   string data,
   LeadPointD position
)
-(void)pasteStringAt:(NSString*)data position:(LeadPointD)position;
void pasteStringAt:(String data, LeadPointD position);
 function Leadtools.Annotations.Automation.AnnAutomation.PasteStringAt( 
   data ,
   position 
)

Parameters

data
String containing serilization of annotation objects. This parameter cannot be null
position
Top-left position of the pasted objects in container coordinates.
Remarks

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.

Requirements

Target Platforms

See Also

Reference

AnnAutomation Class
AnnAutomation Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.