LEADTOOLS JavaScript (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
AnnSetClipboardDataCallback( 
   automation ,
   format ,
   data 
)

Parameters

ParameterTypeDescription
automationAnnAutomationAutomation object requesting the operation.
formatstringAnnotation format. Currently only "AnnObject" is supported.
datastringThe 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.

See Also

Reference

AnnSetClipboardDataCallback Members
Leadtools.Annotations.Automation Namespace

 

 


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