See Also Examples Applies To
Copies a region of the native image into the clipboard.
Syntax
object.CopyRegionToClipboard (nSrcX, nSrcY, nWidth, nHeight)
The CopyRegionToClipboard syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| nSrcX | Required. Long. The left source pixel. |
| nSrcY | Required. Long. The top source pixel. |
| nWidth | Required. Long. Width of the region in pixel. |
| nHeight | Required. Long. height of the region in pixel. |
Returns
Remarks
The GdTwainStatus constants are defined HERE
Category
Clipboard