Callback to get the current annotation data for a clipboard paste operation.
public delegate void AnnGetClipboardDataCallback(
AnnAutomation automation,
LeadPointD position,
string format
)
Public Delegate Sub AnnGetClipboardDataCallback( _
ByVal automation As AnnAutomation, _
ByVal position As LeadPointD, _
ByVal format As String _
)
void AnnGetClipboardDataCallback.getClipboardData(AnnAutomation automation, LeadPointD position, String format)
public:
delegate void AnnGetClipboardDataCallback(
AnnAutomation^ automation,
LeadPointD^ position,
String^ format
)
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 whether 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.
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