Click or drag to resize

FormDataCollectionAdd Method (String, Bitmap)

Adds an image to 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 void Add(
	string fieldName,
	Bitmap image
)

Parameters

fieldName
Type: SystemString
The field name of the form object.
image
Type: System.DrawingBitmap
The image you want to upload.
Remarks

This allows you to upload images to the server without using interaction.

See Also