Copies the annotation objects contained in a serialization object at the specified position.
public void PasteStringAt(
string data,
LeadPointD position
)
Public Sub PasteStringAt( _
ByVal data As String, _
ByVal position As LeadPointD _
)
public:
void PasteStringAt(
String^ data,
LeadPointD^ position
)
data
String containing serialization of annotation objects. This parameter cannot be null
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 can be used to pass the result from GetClipboardData of PlatformCallbacks to perform the paste operation.
Note that the DeserializeObjectError event will fire if an error occur during the paste operation.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document