AnnSetClipboardDataCallback( automation , format , data )
Parameter | Type | Description |
---|---|---|
automation | AnnAutomation | Automation object requesting the operation. |
format | string | Annotation format. Currently only "AnnObject" is supported. |
data | string | The clipboard data to set. This is one or more Leadtools.Annotations.Core.AnnObject in serialization form. |
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.