(Leadtools.Annotations.Automation)

AnnSetClipboardDataCallback Delegate

Show in webframe




Automation object requesting the operation.
Annotation format. Currently only "AnnObject" is supported.
The clipboard data to set. This is one or more Leadtools.Annotations.Core.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
)
public delegate void AnnSetClipboardDataCallback( 
   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 Leadtools.Annotations.Core.AnnObject in serialization form.
Remarks

This callback is used by AnnAutomation when Copy is called. The automation object will query if 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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.