(Leadtools.Annotations.Automation)

AnnGetClipboardDataCallback Delegate

Show in webframe




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
)
public delegate void AnnGetClipboardDataCallback( 
   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 if 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

 

 


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