Click or drag to resize

FormDataCollectionIndexOf Method

Returns the index of a Bitmap within the collection.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public int IndexOf(
	Bitmap image
)

Parameters

image
Type: System.DrawingBitmap
The image to search for.

Return Value

Type: Int32
The collection index of the image or -1 if the image is not found.
See Also