MemoryFileTransferEventArgs Class |
Namespace: Atalasoft.Twain
The MemoryFileTransferEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| MemoryFileTransferEventArgs | Creates a new instance of MemoryFileTransferEventArgs. | |
| MemoryFileTransferEventArgs(SourceImageFormat, ImagePixelType, Int32) | Creates a new instance of MemoryFileTransferEventArgs specifying its property values.
|
| Name | Description | |
|---|---|---|
| BitDepth | Gets the bit depth of the image about to be scanned. | |
| CancelPending | Gets or sets a value indicating whether the scan process should stop. | |
| FileFormat | Gets or sets the file format the image should be saved as. | |
| OutputStream | Gets or sets a Stream into which the image is saved. | |
| PixelType | Gets the pixel type of the image about to be scanned. |
| 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.) | |
| GetSupportedImageFormats | Gets an array of SourceImageFormat for the supported file formats which can be used to set
the FileFormat property. | |
| 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.) |