Cuts the image of a specified index in buffer to clipboard in DIB format.
Boolean ObjectName. CutToClipboard(Short sImageIndex)
Short sImageIndex: specifies the index of image in buffer. The index is 0-based.
Boolean.
TRUE indicates success. FALSE indicates failure.
When an error occurs and IfThrowException property is TRUE, an exception will be thrown.
When FALSE is returned or an exception is thrown, check ErrorCode property and ErrorString property for error information.
Remarks
CutToClipboard() cuts the image to the clipboard. If the application still needs the image in Dynamic (Web) TWAIN, use CopyToClipboard().
The image is in DIB format.
VB Sample:
|