Gets or sets the callback for getting clipboard.
Object.defineProperty(AnnPlatformCallbacks.prototype, 'getClipboardData',
get: function(),
set: function(value)
)
getClipboardData: AnnGetClipboardDataCallback;
The callback for getting clipboard data. The default value is null.
This callback is used by AnnAutomation when Paste and PasteAt are called to copy annotation objects from 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