←Select platform

AnnSetClipboardDataCallback Delegate

Summary
Callback to set the current annotation data for a clipboard copy operation.
Syntax
C#
C++/CLI
Java
Python
public delegate void AnnSetClipboardDataCallback( 
   AnnAutomation automation, 
   string format, 
   string data 
) 
void AnnSetClipboardDataCallback.setClipboardData(AnnAutomation automation, String format, String data) 
public: 
   delegate void AnnSetClipboardDataCallback( 
      AnnAutomation^ automation, 
      String^ format, 
      String^ data 
   ) 
def AnnSetClipboardDataCallback(self,automation,format,data): 
# automation : AnnAutomation, format : String, data : String 

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 AnnObject in serialization form.

Remarks

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

Help Version 22.0.2023.4.25
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.