Click or drag to resize

FormDataCollectionCopyTo Method

Copies items in the collection into an array.

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 CopyTo(
	Bitmap[] images,
	int index
)

Parameters

images
Type: System.DrawingBitmap
An array of Bitmap objects to copy.
index
Type: SystemInt32
The collection index where copying will start.
See Also