Click or drag to resize

TwainIdentity Constructor (String, String, String)

Creates a new instance of TwainIdentity specifying the product name, product family and manufacturer.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public TwainIdentity(
	string productName,
	string productFamily,
	string manufacturer
)

Parameters

productName
Type: SystemString
The name of the product.
productFamily
Type: SystemString
The family product name.
manufacturer
Type: SystemString
The name of the manufacturer.
See Also