getClipboardData Property

Summary

Gets or sets the callback for getting clipboard.

Syntax
TypeScript
JavaScript
Object.defineProperty(AnnPlatformCallbacks.prototype, 'getClipboardData', 
	get: function(), 
	set: function(value) 
) 
getClipboardData: AnnGetClipboardDataCallback; 

Property Value

The callback for getting clipboard data. The default value is null.

Remarks

This callback is used by AnnAutomation when Paste and PasteAt are called to copy annotation objects from the platform clipboard.

Requirements

Target Platforms

Help Version 22.0.2023.1.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.