PasteClip Event

This event occurs when data being pasted onto a base image is too large (dimensionally) to within the confines of the image.

Available With

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

Applies To

Image Edit control

Syntax

Sub object_PasteClip(Mode)

Argument

Parameter Data Type Setting

Mode Long Determines the action to be performed when the event fires:

IDYES Enlarge the base image so it can accommodate the paste data (default).  The base image is enlarged by adding white data around the image borders.

IDNO Do not enlarge the base image, clip the paste data to the current size of the base image.

IDCANCEL Cancel the Paste operation.


Remarks

None.