Error processing SSI file
(Leadtools.Annotations.Automation)

Show in webframe

AnnSetClipboardDataCallback Delegate






Automation object requesting the operation.
Annotation format. Currently only "AnnObject" is supported.
The clipboard data to set. This is one or more AnnObject in serialization form.
Callback to set the current annotation data for a clipboard copy operation.
Syntax
public delegate void AnnSetClipboardDataCallback( 
   AnnAutomation automation,
   string format,
   string data
)
'Declaration
 
Public Delegate Sub AnnSetClipboardDataCallback( _
   ByVal automation As AnnAutomation, _
   ByVal format As String, _
   ByVal data As String _
) 
public delegate void AnnSetClipboardDataCallback( 
   AnnAutomation automation,
   string format,
   string data
)
void AnnSetClipboardDataCallback.setClipboardData(AnnAutomation automation, String format, String data)
AnnSetClipboardDataCallback( 
   automation ,
   format ,
   data 
)

Parameters

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.
Remarks

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.

Requirements

Target Platforms

See Also

Reference

AnnSetClipboardDataCallback 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