Click or drag to resize

FormDataCollectionItem Property

Gets an image from 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 Bitmap this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The collection index of the image.

Property Value

Type: Bitmap
The image found at the specified index.
See Also