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: 2026.2.0.0.42 (.NET 4.6.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