Click or drag to resize

TwainMemory.Copy Method (Byte[], IntPtr)

Copies data from a pointer into a byte array.

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

Parameters

destination
Type:System.Byte[]
The byte array to fill.
source
Type: System.IntPtr
The pointer to copy from.
See Also