Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Automation)

GetClipboardData Property

Show in webframe
Gets or sets the callback for getting clipboard.
Syntax
get_getClipboardData();
set_getClipboardData(value);
Object.defineProperty('getClipboardData');

Property Value

TypeDescription
AnnGetClipboardDataCallbackThe 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.

See Also

Reference

AnnPlatformCallbacks Object
AnnPlatformCallbacks Members

Error processing SSI file