←Select platform

CanPaste Property

Summary
Gets a value that indicates whether the clipboard contains annotation objects that can be pasted.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public bool CanPaste { get; } 
@property (nonatomic, assign, readonly) BOOL canPaste; 
public boolean canPaste() 
public:  
   property bool CanPaste 
   { 
      bool get() 
   } 
CanPaste # get  (AnnAutomation) 

Property Value

true if the clipboard contains annotation objects that can be pasted; otherwise, false.

Remarks

Use this property to update the user interface of your application (for example, enabling or disabling an Edit/Paste menu item). Call the Paste method to actually copy the objects from the clipboard to this AnnAutomation.

Since clipboard operation is platform-specific, this property will the IsClipboardDataPresent ofPlatformCallbacks to determine if clipboard data is ready.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.