Callback to set the current annotation data for a clipboard copy operation.
public delegate void AnnSetClipboardDataCallback(
AnnAutomation automation,
string format,
string data
)
Public Delegate Sub AnnSetClipboardDataCallback( _
ByVal automation As AnnAutomation, _
ByVal format As String, _
ByVal data As String _
)
void AnnSetClipboardDataCallback.setClipboardData(AnnAutomation automation, String format, String data)
public:
delegate void AnnSetClipboardDataCallback(
AnnAutomation^ automation,
String^ format,
String^ data
)
automation
Automation object requesting the operation.
format
Annotation format. Currently only "AnnObject" is supported.
data
The clipboard data to set. This is one or more AnnObject in serialization form.
This callback is used by AnnAutomation when Copy is called. The automation object will query whether a callback was set in AnnAutomationManager.PlatformCallbacks and then AnnPlatformCallbacks.SetClipboardData. The implementer of AnnSetClipboardDataCallback must then set the data into the platform clipboard.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document