LAnnotation::IsClipboardReady

Summary

Determines whether the Windows clipboard contains an annotation object that can be pasted using the LAnnContainer::CopyFromClipboard function.

Syntax

#include "ltwrappr.h"

virtual L_BOOL LAnnotation::IsClipboardReady()

Returns

A value indicating whether the clipboard contains an annotation object. Possible values are:

Value Meaning
TRUE The clipboard contains an annotation that can be copied.
FALSE The clipboard does not contain an annotation that can be copied.

Comments

You can use LAnnotation::CopyToClipboard or LAnnotation::CutToClipboard to put valid annotation data on the clipboard. LAnnContainer::CopyFromClipboard can be used to copy valid annotation data from the clipboard to a container.

Required DLLs and Libraries

Platforms

Win32, x64.

See Also

Functions

Topics

Example

For an example, refer to LAnnotation::CopyToClipboard.

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

LEADTOOLS Raster Imaging C++ Class Library Help

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