TwainCustomData Class |
Namespace: Atalasoft.Twain
The TwainCustomData type exposes the following members.
| Name | Description | |
|---|---|---|
| TwainCustomData | Creates a new instance of TwainCustomData. | |
| TwainCustomData(Byte) | Creates a new instance of TwainCustomData specifying the data being sent to the device.
|
| 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. | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
The device must support the CAP_CUSTOMDSDATA capability to use this class.
This class is used by the LoadParameters(Stream) and SaveParameters(Stream) methods of the Device object.