Click or drag to resize

TwainMemoryCopy Method (IntPtr, Byte)

Copies a byte array into a pointer.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void Copy(
	IntPtr destination,
	byte[] source
)

Parameters

destination
Type: SystemIntPtr
The pointer to copy the data into.
source
Type: SystemByte
The byte array to copy.
See Also