LEADTOOLS JavaScript (Leadtools.Annotations.Automation)

AnnIsClipboardDataPresentCallback Delegate

Show in webframe
Automation object requesting the operation.
Annotation format. Currently only "AnnObject" is supported.
Callback to determind whether a clipboard paste operation can be performed.
Syntax
AnnIsClipboardDataPresentCallback( 
   automation ,
   format 
)

Parameters

ParameterTypeDescription
automationAnnAutomationAutomation object requesting the operation.
formatstringAnnotation format. Currently only "AnnObject" is supported.

Return Value

true if a paste operation can be performed, otherwise; false.
Remarks

This callback is used by AnnAutomation when CanPaste is called. The automation object will query if a callback was set in AnnAutomationManager.PlatformCallbacks and then AnnPlatformCallbacks.IsClipboardDataPresent. The implementer of AnnIsClipboardDataPresentCallback must then call the platform clipboard function to check whether data for format is present.

See Also

Reference

AnnIsClipboardDataPresentCallback Members
Leadtools.Annotations.Automation Namespace

 

 


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