TwainImageInfo Class |
Namespace: Atalasoft.Twain
The TwainImageInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| TwainImageInfo | Creates a new instance of TwainImageInfo. |
| Name | Description | |
|---|---|---|
| BitsPerPixel | Gets the number of bits per pixel for the image. | |
| Compression | Gets the compression mode used in the data transfer. | |
| PixelType | Gets the pixel type of the image. | |
| Planar | Gets a value indicating whether the image data is transferred in planar format. | |
| Resolution | Gets the resolution values for the transfer. | |
| SamplePerPixel | Gets the number of samples per pixel. | |
| Size | Gets the size of 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.) | |
| GetBitsPerSample | Gets an array of values specifying the bits per sample for each image channel. | |
| 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.) |