Gets or sets the callback for checking if clipboard data is present.
Object.defineProperty(AnnPlatformCallbacks.prototype, 'isClipboardDataPresent',
get: function(),
set: function(value)
)
isClipboardDataPresent: AnnIsClipboardDataPresentCallback;
The callback for checking if clipboard data is present. The default value is null.
This callback is used by AnnAutomation when CanPaste is called to determine whether annotation objects are present in the platform clipboard.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET