PasteFromClipboard gets the current image in the clipboard

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void PasteFromClipboard(
	bool stretchInSelection
)
Public Sub PasteFromClipboard ( _
	stretchInSelection As Boolean _
)
public:
void PasteFromClipboard(
	bool stretchInSelection
)

Parameters

stretchInSelection
Boolean
If True stretches the image inside the selection

See Also