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: 2026.2.0.0.42 (.NET 4.6.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