Click or drag to resize

FormDataCollectionAdd Method (String, String)

Adds form data 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,
	string fieldValue
)

Parameters

fieldName
Type: SystemString
The field name of the form object.
fieldValue
Type: SystemString
The value of the field object.
Remarks
Use this to add data other than images that might be needed for any server-side scripting.
See Also