AcquireEventArgs Class |
Namespace: Atalasoft.Twain
The AcquireEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| CancelPending | Gets or sets a value which determines if the pending images will be acquired. | |
| EndOfJob | Gets a value indicating whether this is the last image in a batch job. | |
| ExtendedImageInfo | Gets a Hashtable containing extended image information retrieved from the device for this acquisition.
| |
| FileName | Gets the filename of the image when acquired to file. | |
| Image | Gets the Bitmap image acquired. | |
| OutputStream | Gets the Stream where image data was saved from a TWSX_MEMORY or
TWSX_MEMFILE transfer. | |
| PendingImages | Gets the number of images waiting to be acquired. |
| 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.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |