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 LeadPointD _
)
-(void) objectPasteAt:(LeadPointD) position;
public void pasteAt(LeadPointD 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.
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