| ResultImageItemImageInfo Class |
Namespace: asprise_imaging_api
The ResultImageItemImageInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| ResultImageItemImageInfo | Initializes a new instance of the ResultImageItemImageInfo class | |
| ResultImageItemImageInfo(XElement) | Initializes a new instance of the ResultImageItemImageInfo class |
| Name | Description | |
|---|---|---|
| createImageInfo |
Deserialize from JSON.
| |
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | (Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| BitsPerPixel |
Impacted by cap: ICAP_BITDEPTH
| |
| BitsPerSample |
Calculated by BitsPerPixel divided by SamplesPerPixel.
| |
| Compression |
Impacted by cap: ICAP_COMPRESSION
| |
| ImageLength |
Impacted by cap: TW_IMAGELAYOUT.TW_FRAME.Bottom - TW_FRAME.Top
| |
| ImageWidth |
Impacted by cap: TW_IMAGELAYOUT.TW_FRAME.Right - TW_FRAME.Left
| |
| PixelType |
Impacted by cap: ICAP_PIXELTYPE
| |
| Planar |
Impacted by cap: ICAP_PLANARCHUNKY
| |
| SamplesPerPixel |
Impacted by cap: ICAP_PIXELTYPE (i.e. TWPT_BW has 1, TWPT_RGB has 3)
| |
| XResolution |
Impacted by cap: ICAP_XRESOLUTION
| |
| YResolution |
Impacted by cap: ICAP_YRESOLUTION
|