ClipboardPaste Method

Example-VB Example-VC++

Pastes image or annotation data from the Clipboard.

Available With

Ö Imaging for Windows Professional Edition V1.0, V1.1, and V2.0
Ö Imaging for Windows 95 and 98
Ö Imaging for Windows NT 4.0

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.

Invoking the ClipboardPaste method sets the ImageModified property to True.