Returns true if the clipboard contains an image or an IEvolution layer that IEImage can paste.

If dest is Selection then there must also be a valid selection in the associated IEImage.

Notes:

- The Dest you specify for CanPasteFromClipboard, should be the same as the FC>Dest for your call to CanPasteFromClipboard

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool CanPasteFromClipboard(
	IEImage..::..IECopyPasteType dest,
	bool inclImagesAsLayers
)
Public Function CanPasteFromClipboard ( _
	dest As IEImage..::..IECopyPasteType, _
	inclImagesAsLayers As Boolean _
) As Boolean
public:
bool CanPasteFromClipboard(
	IEImage..::..IECopyPasteType dest, 
	bool inclImagesAsLayers
)

Parameters

dest
IEImage..::..IECopyPasteType
Destination
inclImagesAsLayers
Boolean
inclImagesAsLayers has no effect unless dest is Layer. If true, the result will be true if the clipboard contains a layer or an image. If false, the result will be true only if there is a layer on the clipboard.

Return Value

>Returns true if the clipboard contains an image or an IEvolution layer that IEImage can paste.

See Also