FileTransferEventArgs Class |
Contains information about the file transfer used in the FileTransfer event.
Namespace: Atalasoft.Twain
The FileTransferEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| FileTransferEventArgs | Creates a new instance of FileTransferEventArgs. | |
| FileTransferEventArgs(String) | Creates a new instance of FileTransferEventArgs specifying fileName. | |
| FileTransferEventArgs(String, SourceImageFormat) | Creates a new instance of FileTransferEventArgs specifying fileName and fileFormat. |
| Name | Description | |
|---|---|---|
| CancelPending | Gets or sets a value indicating if the acquisition operation should be canceled. | |
| FileFormat | Gets or sets the file format to save this image in. You should make sure the device supports this format by calling GetSupportedImageFormats. | |
| FileName | Gets or sets the filename for the image. |
| 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.) |