Accusoft.TwainPro9.Net
CopyToClipboard Method




Copies the image to the clipboard.
Syntax
'Declaration
 
Public Sub CopyToClipboard() 
'Usage
 
Dim instance As ScannedImage
 
instance.CopyToClipboard()
public void CopyToClipboard()
public: void CopyToClipboard(); 
public:
void CopyToClipboard(); 
Remarks

This method makes a copy of the current image and places it on the clipboard. This leaves the hDIB property valid for operations such as the SaveFile(String) method, but leaves two copies of the image in memory which could be a problem if the image is very large.

See Also

Reference

ScannedImage Class
ScannedImage Members
SaveFile(String) Method

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback