isClipboardDataPresent Property

Summary

Gets or sets the callback for checking if clipboard data is present.

Syntax

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

Property Value

The callback for checking if clipboard data is present. The default value is null.

Remarks

This callback is used by AnnAutomation when CanPaste is called to determine whether annotation objects are present in the platform clipboard.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly