Error processing SSI file
(Leadtools.Annotations.Automation)

Show in webframe

AnnGetClipboardDataCallback Delegate






Automation object requesting the operation.
Position to paste the objects, in container coordinates.
Annotation format. Currently only "AnnObject" is supported.
Callback to get the current annotation data for a clipboard paste operation.
Syntax
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 
)

Parameters

automation
Automation object requesting the operation.
position
Position to paste the objects, in container coordinates.
format
Annotation format. Currently only "AnnObject" is supported.
Remarks

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.

Requirements

Target Platforms

See Also

Reference

AnnGetClipboardDataCallback Members
Leadtools.Annotations.Automation Namespace

Error processing SSI file
  Leadtools.Annotations.Automation requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features