IsClipboardDataAvailable Method

Determines whether image or annotation data is present in the Clipboard.

Applies To

Image Edit control

Syntax

object.IsClipboardDataAvailable

Arguments

None

Return Value

Boolean

Value

Description

True

Image or annotation data is in the clipboard

False

Image or annotation data is not in the clipboard


Remarks

Use the IsClipboardDataAvailable method to determine whether the ClipboardPaste method can be invoked.

See Also

Annotation topics in Imaging Concepts

ClipboardCopy method

ClipboardCut method

ClipboardPaste method

Image topics in Imaging Concepts