GetImageInfoResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Response for Get information about an image
public class GetImageInfoResult
type GetImageInfoResult = class
Public Class GetImageInfoResult
- Inheritance
-
GetImageInfoResult
Constructors
| Name | Description |
|---|---|
| GetImageInfoResult() | |
Properties
| Name | Description |
|---|---|
| BitDepth |
Bit depth of the image |
| ColorCount |
Unique colors in the image |
| ColorSpace |
Color space of the image |
| ColorType |
Color type of the image |
| Comment |
Comment string in the image |
| CompressionLevel |
Compression level value from 0 (lowest quality) to 100 (highest quality) |
| DPI |
DPI (pixels per unit, e.g. pixels per inch) of the image |
| DPIUnit |
Units of the DPI measurement; can be either in Inches or Centimeters |
| ExifProfileName |
Name of the EXIF profile used |
| ExifValues |
EXIF tags and values embedded in the image |
| HasTransparency |
True if the image contains transparency, otherwise false |
| Height |
Height in pixels of the image |
| ImageFormat |
Image format |
| ImageHashSignature |
SHA256 hash signature of the image |
| MimeType |
MIME type of the image format |
| Successful |
Successful |
| Width |
Width in pixels of the image |