Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.29
|
Leadtools.Annotations.Automation Assembly > Leadtools.Annotations.Automation Namespace : AnnGetClipboardDataCallback Delegate |
public delegate void AnnGetClipboardDataCallback( AnnAutomation automation, LeadPointD position, string format )
'Declaration
Public Delegate Sub AnnGetClipboardDataCallback( _ ByVal automation As AnnAutomation, _ ByVal position As LeadPointD, _ ByVal format As String _ )
public delegate void AnnGetClipboardDataCallback( AnnAutomation automation, LeadPointD position, string format )
void AnnGetClipboardDataCallback.getClipboardData(AnnAutomation automation, LeadPointD position, String format)
AnnGetClipboardDataCallback( automation , position , format )
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.