LEADTOOLS JavaScript (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
AnnGetClipboardDataCallback( 
   automation ,
   position ,
   format 
)

Parameters

ParameterTypeDescription
automationAnnAutomationAutomation object requesting the operation.
positionLeadPointDPosition to paste the objects in container coordinates.
formatstringAnnotation 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.

See Also

Reference

AnnGetClipboardDataCallback Members
Leadtools.Annotations.Automation Namespace

 

 


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