Gets a value that indicates whether the clipboard contains annotation objects that can be pasted.
Object.defineProperty(AnnAutomation.prototype, 'canPaste',
get: function()
)
canPaste: boolean; // read-only
true if the clipboard contains annotation objects that can be pasted; otherwise, false.
Use this property to update the user interface of your application (for example, enabling or disabling an Edit/Paste menu item). Call the Paste method to actually copy the objects from the clipboard to this AnnAutomation.
Since clipboard operation is platform-specific, this property will the IsClipboardDataPresent ofPlatformCallbacks to determined if clipboard data is ready.
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