This method copies a raster image or a vector image to the clipboard
[Visual Basic]   [ Boolean = ]imagekitcontrolname.SetToClipBrd
[Visual C++]     [ BOOL = ]imagekitcontrolname.SetToClipBrd()
[VB.NET]   [ Boolean = ]imagekitcontrolname.SetToClipBrd()
[C#.NET]   [ bool = ]imagekitcontrolname.SetToClipBrd()

Parameters

None

Return Value

Returns True (nonzero) if successful, otherwise returns False (0).

Explanation

The SetToClipBrd method copies a raster image or a vector image to the clipboard.

If successful, the image referred to by the LayerNo property (either the ImageHandle property or the Layer(LayerNo).ImageHandle property) will be copied to the clipboard

If the image is a vector image, it will be in EMF format.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation