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 Leadtools.Annotations.Automation.AnnAutomation, _
ByVal position As Leadtools.LeadPointD, _
ByVal format As String _
)
public delegate void AnnGetClipboardDataCallback(
Leadtools.Annotations.Automation.AnnAutomation automation,
Leadtools.LeadPointD position,
string format
)
void AnnGetClipboardDataCallback.getClipboardData(AnnAutomation automation, LeadPointD position, String format)
AnnGetClipboardDataCallback(
automation ,
position ,
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.
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