Class ImageInfo
Definition
- Namespace:
- Tizen.Content.MediaContent
- Assembly:
- Tizen.Content.MediaContent.dll
Represents the image media stored in the device.
C#Copypublic class ImageInfo : MediaInfo
- Inheritance
Properties
Declaration
C#Copypublic string DateTaken { get; }
Property Value
| Type | Description |
|---|---|
| string | The date of the creation time as a formatted string. |
Declaration
C#Copypublic string ExposureTime { get; }
Property Value
| Type | Description |
|---|---|
| string | The exposure time from EXIF. |
Declaration
C#Copypublic double FNumber { get; }
Property Value
| Type | Description |
|---|---|
| double | The FNumber from EXIF. |
Declaration
C#Copypublic int Height { get; }
Property Value
| Type | Description |
|---|---|
| int | The image height in pixels. |
Declaration
C#Copypublic int Iso { get; }
Property Value
| Type | Description |
|---|---|
| int | The iso from EXIF. |
Declaration
C#Copypublic string Model { get; }
Property Value
| Type | Description |
|---|---|
| string | The model from EXIF. |
Declaration
C#Copypublic Orientation Orientation { get; }
Property Value
| Type | Description |
|---|---|
| Orientation | The orientation of image. |
Declaration
C#Copypublic int Width { get; }
Property Value
| Type | Description |
|---|---|
| int | The image width in pixels. |