TwainIdentity Class |
Namespace: Atalasoft.Twain
The TwainIdentity type exposes the following members.
| Name | Description | |
|---|---|---|
| TwainIdentity | Creates a new instance of TwainIdentity. | |
| TwainIdentity(String, String, String) | Creates a new instance of TwainIdentity specifying the product name, product family and manufacturer.
| |
| TwainIdentity(String, String, String, Int32, Int32, LanguageType, CountryCode, String) | Creates a new instance of TwainIdentity specifying the primary values of the object. |
| Name | Description | |
|---|---|---|
| Country | Gets or sets the country the product was produced in. | |
| DefaultIdentity | Gets the default DotTwain application identity. | |
| ID | Gets the ID given to the application or device by TWAIN. | |
| Info | Gets or sets an information description of the product. | |
| Language | Gets or sets the language used by the product. | |
| Manufacturer | Gets or sets the manufacturer name for the product. | |
| ProductFamily | Gets or sets the product line (family) the product belongs to. | |
| ProductName | Gets or sets the name of the product. | |
| ProtocolMajor | Gets or sets the major version number of the Twain protocol supported by the application or device.
| |
| ProtocolMinor | Gets or sets the minor version number of the Twain protocol supported by the application or device.
| |
| SupportedGroups | Gets or sets the data groups supported by the application or device. | |
| VersionMajor | Gets or sets the major version of the product. | |
| VersionMinor | Gets or sets the minor version of the product. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetStructurePointer | Creates the memory pointer containing data sent to Twain. | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsSupportedCommand | Returns a value indicating whether the implementing class supports a specific TwainTriplet
command. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ProcessResult | Receives the data pointer created by GetStructurePointer(TwainMemory) after being
processed by Twain. | |
| ResetId |
Sets identity ID to 0.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TraceDump |
Dumps identity to string.
|