Callback to get the current annotation data for a clipboard paste operation.
function lt.Annotations.Automation.AnnGetClipboardDataCallback(automation, position, format)
interface lt.Annotations.Automation.AnnGetClipboardDataCallback {
(automation: AnnAutomation, position: LeadPointD, format: string): void;
}
automation
Automation object requesting the operation.
position
Position to paste the objects in container coordinates.
format
Annotation format. Currently only "AnnObject" is supported.
This callback is used by AnnAutomation when Paste or PasteAt are called. The automation object will query if a callback was set in AnnAutomationManager.PlatformCallbacks and then AnnPlatformCallbacks.GetClipboardData. The implementer of AnnGetClipboardDataCallback must then get the clipboard data as a string and call AnnAutomation.PasteStringAt using the parameters to complete the paste operation.
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