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

IsClipboardDataPresent Property

Show in webframe
Gets or sets the callback for checking if clipboard data is present.
Syntax
get_isClipboardDataPresent();
set_isClipboardDataPresent(value);
Object.defineProperty('isClipboardDataPresent');

Property Value

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

See Also

Reference

AnnPlatformCallbacks Object
AnnPlatformCallbacks Members

Error processing SSI file