Click or drag to resize

TwainIdentity Constructor (String, String, String, Int32, Int32, LanguageType, CountryCode, String)

Creates a new instance of TwainIdentity specifying the primary values of the object.

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,
	int versionMajor,
	int versionMinor,
	LanguageType language,
	CountryCode country,
	string info
)

Parameters

productName
Type: SystemString
The name of the product.
productFamily
Type: SystemString
The family product name.
manufacturer
Type: SystemString
The name of the manufacturer.
versionMajor
Type: SystemInt32
The major version number of the product.
versionMinor
Type: SystemInt32
The minor version number of the product.
language
Type: Atalasoft.TwainLanguageType
The language used by the product.
country
Type: Atalasoft.TwainCountryCode
The country settings for the product.
info
Type: SystemString
An information description about the product.
See Also