Visual Basic
C#
Managed Extensions for C++
C++/CLI
'Declaration Public Sub CutToClipboard()
'Usage Dim instance As ScannedImage instance.CutToClipboard()
This method places the current image on the clipboard. The hDIB property is not valid after this operation. If you wish to save the image to file, invoke the SaveFile(String) method prior to using the CutToClipboard method.