Click or drag to resize

FormDataCollectionInsert Method

Inserts an image into the collection at the specified index.

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 Insert(
	int index,
	Bitmap image
)

Parameters

index
Type: SystemInt32
The index where the image should be placed.
image
Type: System.DrawingBitmap
The image to insert.
See Also