ClipboardPaste Method

Pastes image or annotation data from the Clipboard.

Applies To

Image Edit control

Syntax

object.ClipboardPaste [Left,Top]

Arguments

Parameter

Data Type

Setting

Left

        Long

The left point of the displayed image in pixels

Top

        Long

The top point of the displayed image in pixels


Return Value

None

Remarks

To determine if data is available for pasting from the Clipboard, invoke the IsClipboardDataAvailable method.

If the Left and Top parameters are not entered, the data is pasted at the left-top point of the displayed image.

See Also

ClipboardCopy method

ClipboardCut method

CompletePaste method

Display topics in Imaging Concepts

IsClipboardDataAvailable method

PasteCompleted event